File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,10 @@ jobs:
19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
- name : Use Node.js
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v3
23
23
with :
24
24
node-version : ${{ matrix.node }}
25
- - name : Cache Node.js modules
26
- uses : actions/cache@v2
27
- with :
28
- path : ~/.npm
29
- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30
- restore-keys : |
31
- ${{ runner.os }}-node-
25
+ cache : ' npm'
32
26
- run : npm ci
33
27
- run : npm run coverage
34
28
- run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 11
11
with :
12
12
persist-credentials : false
13
13
- name : Setup Node
14
- uses : actions/setup-node@v2
14
+ uses : actions/setup-node@v3
15
15
with :
16
16
node-version : 18
17
17
cache : ' npm'
You can’t perform that action at this time.
0 commit comments