File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup node
17
17
uses : actions/setup-node@v2.1.1
18
18
with :
19
- node-version : 12
19
+ node-version : 14
20
20
- name : Install project
21
21
run : npm ci --ignore-scripts
22
22
- name : Lint
32
32
- name : Setup node
33
33
uses : actions/setup-node@v2.1.1
34
34
with :
35
- node-version : 12
35
+ node-version : 14
36
36
- name : Install project
37
37
run : npm ci --ignore-scripts
38
38
- name : Build
46
46
- name : Setup node
47
47
uses : actions/setup-node@v2.1.1
48
48
with :
49
- node-version : 12
49
+ node-version : 14
50
50
- name : Install project
51
51
run : npm ci --ignore-scripts
52
52
- name : Test
61
61
- name : Setup node
62
62
uses : actions/setup-node@v2.1.1
63
63
with :
64
- node-version : 12
64
+ node-version : 14
65
65
- name : Install project
66
66
run : npm ci --ignore-scripts
67
67
- name : Test
88
88
- name : Setup node
89
89
uses : actions/setup-node@v2.1.1
90
90
with :
91
- node-version : 12
91
+ node-version : 14
92
92
- name : Install project
93
93
run : npm ci --ignore-scripts
94
94
- name : Build
You can’t perform that action at this time.
0 commit comments