File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v3
2222
23- - name : Set Node.js 16.x
24- uses : actions/setup-node@v3
23+ - uses : actions/setup-node@v3
2524 with :
26- node-version : 16.x
25+ node-version : ' 20.x '
2726 cache : npm
2827
2928 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
16- node-version : 16
16+ node-version : ' 20.x '
1717 cache : npm
1818 - run : npm ci
1919 - run : npm run style:check
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ jobs:
382382 - uses : actions/checkout@v3
383383 - uses : actions/setup-node@v3
384384 with :
385- node-version : 16
385+ node-version : ' 20.x '
386386 - run : npm ci
387387 # or one-off:
388388 - run : npm install execa
You can’t perform that action at this time.
0 commit comments