We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de39f4 commit 8f1bdaeCopy full SHA for 8f1bdae
.github/workflows/ci.yml
@@ -47,8 +47,8 @@ jobs:
47
with:
48
node-version: '22'
49
50
- - name: Enable Corepack
51
- run: corepack enable
+ - name: Install Corepack
+ run: npm install -g corepack
52
53
- name: Install dependencies
54
run: yarn --immutable
.github/workflows/publish.yml
@@ -35,8 +35,8 @@ jobs:
35
36
registry-url: 'https://registry.npmjs.org'
37
38
39
40
41
42
0 commit comments