Skip to content

Commit 0beb147

Browse files
committed
corepack workaround
1 parent 1e51b58 commit 0beb147

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9+
- run: npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
910
- run: corepack enable
1011
- run: pnpm install
1112
- run: pnpm lint
@@ -16,13 +17,15 @@ jobs:
1617
runs-on: windows-latest
1718
steps:
1819
- uses: actions/checkout@v4
20+
- run: npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
1921
- run: corepack enable
2022
- run: pnpm install
2123
- run: pnpm test
2224
create_tgz:
2325
runs-on: ubuntu-latest
2426
steps:
2527
- uses: actions/checkout@v4
28+
- run: npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
2629
- run: corepack enable
2730
- run: pnpm install
2831
- run: pnpm build

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- run: npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
1213
- run: corepack enable
1314
- run: pnpm install
1415
- run: pnpm build

0 commit comments

Comments
 (0)