File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v2
16
16
17
17
- name : Install Node
18
- uses : actions/setup-node@v2
18
+ uses : actions/setup-node@v4
19
19
with :
20
- node-version : 12
20
+ node-version-file : .nvmrc
21
21
22
22
- name : Install Yarn
23
23
run : npm install -g yarn
47
47
- name : Install Node
48
48
uses : actions/setup-node@v2
49
49
with :
50
- node-version : 12
50
+ node-version-file : .nvmrc
51
51
52
52
- name : Install Yarn
53
53
run : npm install -g yarn
77
77
- name : Install Node
78
78
uses : actions/setup-node@v2
79
79
with :
80
- node-version : 12
80
+ node-version-file : .nvmrc
81
81
82
82
- name : Install Yarn
83
83
run : npm install -g yarn
Original file line number Diff line number Diff line change 20
20
- name : Install Node
21
21
uses : actions/setup-node@v2
22
22
with :
23
- node-version : 12
23
+ node-version-file : .nvmrc
24
24
25
25
- name : Install Yarn
26
26
run : npm install -g yarn
50
50
- name : Install Node
51
51
uses : actions/setup-node@v2
52
52
with :
53
- node-version : 12
53
+ node-version-file : .nvmrc
54
54
55
55
- name : Install Yarn
56
56
run : npm install -g yarn
84
84
- name : Install Node
85
85
uses : actions/setup-node@v2
86
86
with :
87
- node-version : 12
87
+ node-version-file : .nvmrc
88
88
89
89
- name : Install Yarn
90
90
run : npm install -g yarn
You can’t perform that action at this time.
0 commit comments