File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
autofix :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
-
run :
npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
16
16
- run : corepack enable
17
17
- run : pnpm install
Original file line number Diff line number Diff line change 6
6
test :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
-
run :
npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
11
11
- run : corepack enable
12
12
- run : pnpm install
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
-
run :
npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
11
11
- run : corepack enable
12
12
- run : pnpm install
You can’t perform that action at this time.
0 commit comments