We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b67f21c + 5b82335 commit cb3c340Copy full SHA for cb3c340
1 file changed
.github/workflows/version.yml
@@ -26,6 +26,9 @@ jobs:
26
node-version: 22
27
registry-url: 'https://registry.npmjs.org'
28
29
+ - name: Enable Corepack
30
+ run: corepack enable
31
+
32
- name: Install dependencies
33
run: yarn install --frozen-lockfile
34
0 commit comments