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:
2727 - uses : actions/checkout@v2
2828
2929 - name : Use Node.js ${{ matrix.node }}
30- uses : actions/setup-node@v1
30+ uses : actions/setup-node@v2
3131 with :
3232 node-version : ${{ matrix.node }}
33-
34- - name : Install latest npm
35- run : npm install --global npm@latest
33+ cache : ' npm'
3634
3735 - name : Install dependencies
3836 run : npm ci
@@ -54,12 +52,10 @@ jobs:
5452 - uses : actions/checkout@v2
5553
5654 - name : Use Node.js ${{ matrix.node }}
57- uses : actions/setup-node@v1
55+ uses : actions/setup-node@v2
5856 with :
5957 node-version : ${{ matrix.node }}
60-
61- - name : Install latest npm
62- run : npm install --global npm@latest
58+ cache : ' npm'
6359
6460 - name : Install dependencies
6561 run : npm ci
You can’t perform that action at this time.
0 commit comments