File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v2
2525
2626 - name : Set Node.js 16.x
27- uses : actions/setup-node@v1
27+ uses : actions/setup-node@v3
2828 with :
2929 node-version : 16.x
30+ cache : npm
3031
3132 - name : Install dependencies
3233 run : npm ci
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v2
1717 - name : Set Node.js 16.x
18- uses : actions/setup-node@v2
18+ uses : actions/setup-node@v3
1919 with :
2020 node-version : 16.x
21+ cache : npm
2122 - run : npm ci
2223 - name : Install licensed
2324 run : |
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v2
2121
2222 - name : Set Node.js 16.x
23- uses : actions/setup-node@v1
23+ uses : actions/setup-node@v3
2424 with :
2525 node-version : 16.x
26+ cache : npm
2627
2728 - name : npm ci
2829 run : npm ci
You can’t perform that action at this time.
0 commit comments