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 22
22
- name : Setup Node.js
23
23
uses : actions/setup-node@v2.4.0
24
24
with :
25
- node-version : ' 14 .x'
25
+ node-version : ' 16 .x'
26
26
27
27
- name : Install npm dependencies
28
28
run : npm ci --prefer-offline --cache=./.npm
Original file line number Diff line number Diff line change 22
22
- name : Setup Node.js
23
23
uses : actions/setup-node@v2.4.0
24
24
with :
25
- node-version : ' 14 .x'
25
+ node-version : ' 16 .x'
26
26
27
27
- name : Install npm dependencies
28
28
run : npm ci --prefer-offline --cache=./.npm
49
49
- name : Setup Node.js
50
50
uses : actions/setup-node@v2.4.0
51
51
with :
52
- node-version : ' 14 .x'
52
+ node-version : ' 16 .x'
53
53
54
54
- name : Install npm dependencies
55
55
run : npm ci --prefer-offline --cache=./.npm
Original file line number Diff line number Diff line change 25
25
- name : Setup Node.js
26
26
uses : actions/setup-node@v2.4.0
27
27
with :
28
- node-version : ' 14 .x'
28
+ node-version : ' 16 .x'
29
29
30
30
- name : Install npm dependencies
31
31
run : npm ci --prefer-offline --cache=./.npm
You can’t perform that action at this time.
0 commit comments