File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
- name : " π§ setup node"
41
41
uses : actions/setup-node@v2.1.5
42
42
with :
43
- node-version : 16
43
+ node-version : 14
44
44
45
45
- name : " π§ setup cache"
46
46
uses : actions/cache@v2
50
50
restore-keys : |
51
51
${{ runner.os }}-node-
52
52
53
- - name : " π§ install npm@7 "
54
- run : npm i -g npm@7
53
+ - name : " π§ install npm@latest "
54
+ run : npm i -g npm@latest
55
55
56
56
- name : " π¦ install dependencies"
57
57
run : npm ci
83
83
- name : " π§ setup node"
84
84
uses : actions/setup-node@v2.1.5
85
85
with :
86
- node-version : 16
86
+ node-version : 14
87
87
88
88
- name : " π§ setup cache"
89
89
uses : actions/cache@v2
93
93
restore-keys : |
94
94
${{ runner.os }}-node-
95
95
96
- - name : " π§ install npm@7 "
97
- run : npm i -g npm@7
96
+ - name : " π§ install npm@latest "
97
+ run : npm i -g npm@latest
98
98
99
99
- name : " π¦ install dependencies"
100
100
run : npm ci
You canβt perform that action at this time.
0 commit comments