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 98a43af commit f19d2cfCopy full SHA for f19d2cf
2 files changed
.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
@@ -93,8 +93,8 @@ jobs:
93
94
95
96
97
98
99
100
.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