File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ jobs:
27
27
- uses : actions/checkout@v2
28
28
29
29
- name : Use Node.js ${{ matrix.node }}
30
- uses : actions/setup-node@v1
30
+ uses : actions/setup-node@v2
31
31
with :
32
32
node-version : ${{ matrix.node }}
33
-
34
- - name : Install latest npm
35
- run : npm install --global npm@latest
33
+ cache : ' npm'
36
34
37
35
- name : Install dependencies
38
36
run : npm ci
@@ -54,12 +52,10 @@ jobs:
54
52
- uses : actions/checkout@v2
55
53
56
54
- name : Use Node.js ${{ matrix.node }}
57
- uses : actions/setup-node@v1
55
+ uses : actions/setup-node@v2
58
56
with :
59
57
node-version : ${{ matrix.node }}
60
-
61
- - name : Install latest npm
62
- run : npm install --global npm@latest
58
+ cache : ' npm'
63
59
64
60
- name : Install dependencies
65
61
run : npm ci
You can’t perform that action at this time.
0 commit comments