File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@v3
26
26
27
- - name : Set Node.js 12 .x
27
+ - name : Set Node.js 16 .x
28
28
uses : actions/setup-node@v3
29
29
with :
30
- node-version : 12 .x
30
+ node-version : 16 .x
31
31
cache : npm
32
32
33
33
- name : Install dependencies
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 12
16
+ node-version : 16
17
17
cache : npm
18
18
- run : npm ci
19
19
- run : npm run style:check
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ jobs:
376
376
- uses : actions/checkout@v3
377
377
- uses : actions/setup-node@v3
378
378
with :
379
- node-version : 14
379
+ node-version : 16
380
380
- run : npm ci
381
381
# or one-off:
382
382
- run : npm install execa
You can’t perform that action at this time.
0 commit comments