File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v3
2626 - uses : actions/setup-node@v3
2727 with :
28- node-version : ' 16 .x'
28+ node-version : ' 20 .x'
2929 registry-url : ' https://registry.npmjs.org'
3030 - name : Install pnpm
3131 run : npm i -g pnpm
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v3
2626 - uses : actions/setup-node@v3
2727 with :
28- node-version : ' 16 .x'
28+ node-version : ' 20 .x'
2929 registry-url : ' https://registry.npmjs.org'
3030 - name : Install pnpm
3131 run : npm i -g pnpm
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 - uses : actions/checkout@v3
2626 - uses : actions/setup-node@v3
2727 with :
28- node-version : ' 16 .x'
28+ node-version : ' 20 .x'
2929 registry-url : ' https://registry.npmjs.org'
3030 - name : Install pnpm
31- run : npm i -g pnpm@7
31+ run : npm i -g pnpm
3232 - name : Install dependencies
3333 run : pnpm -r i
3434 - name : Build side-runner and selenium-ide
You can’t perform that action at this time.
0 commit comments