We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19315fe commit 3df5c4eCopy full SHA for 3df5c4e
.github/workflows/ci.yml
@@ -64,8 +64,7 @@ jobs:
64
os: [ubuntu-latest]
65
steps:
66
- uses: actions/checkout@v4
67
-
68
- - run: corepack enable
+ - run: npm i -fg corepack && corepack enable
69
70
- uses: actions/setup-node@v4
71
with:
.github/workflows/nightly-release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Enable corepack
25
- run: corepack enable
+ run: npm i -fg corepack && corepack enable
26
27
- name: Setup node
28
uses: actions/setup-node@v4
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0
19
20
21
- name: Setup node.js
0 commit comments