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 @@ -24,10 +24,10 @@ jobs:
2424 steps :
2525 - uses : actions/checkout@v3
2626
27- - name : Set Node.js 12 .x
27+ - name : Set Node.js 16 .x
2828 uses : actions/setup-node@v3
2929 with :
30- node-version : 12 .x
30+ node-version : 16 .x
3131 cache : npm
3232
3333 - 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 : 12
16+ node-version : 16
1717 cache : npm
1818 - run : npm ci
1919 - run : npm run style:check
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ jobs:
376376 - uses : actions/checkout@v3
377377 - uses : actions/setup-node@v3
378378 with :
379- node-version : 14
379+ node-version : 16
380380 - run : npm ci
381381 # or one-off:
382382 - run : npm install execa
You can’t perform that action at this time.
0 commit comments