File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install Node.js
21
21
uses : actions/setup-node@v2
22
22
with :
23
- node-version : 14
23
+ node-version : 16
24
24
cache : ' pnpm'
25
25
- name : Install dependencies
26
26
run : pnpm install
43
43
- name : Install Node.js
44
44
uses : actions/setup-node@v2
45
45
with :
46
- node-version : 14
46
+ node-version : 16
47
47
cache : ' pnpm'
48
48
- name : Install dependencies
49
49
run : pnpm install
66
66
- name : Install Node.js
67
67
uses : actions/setup-node@v2
68
68
with :
69
- node-version : 14
69
+ node-version : 16
70
70
cache : ' pnpm'
71
71
- name : Install dependencies
72
72
run : pnpm install
Original file line number Diff line number Diff line change 17
17
- name : Install Node.js
18
18
uses : actions/setup-node@v2
19
19
with :
20
- node-version : 14
20
+ node-version : 16
21
21
cache : ' pnpm'
22
22
- name : Install dependencies
23
23
run : pnpm install
Original file line number Diff line number Diff line change 15
15
- name : Install Node.js
16
16
uses : actions/setup-node@v2
17
17
with :
18
- node-version : 14
18
+ node-version : 16
19
19
cache : ' pnpm'
20
20
registry-url : ' https://registry.npmjs.org'
21
21
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments