File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 resolved910 - 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 resolved1921 - 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 resolved2629 - run : corepack enable
2730 - run : pnpm install
2831 - run : pnpm build
Original file line number Diff line number Diff line change 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 resolved1213 - run : corepack enable
1314 - run : pnpm install
1415 - run : pnpm build
You can’t perform that action at this time.
0 commit comments