File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - name : Use Node.js 16 .x
16
+ - name : Use Node.js 18 .x
17
17
18
18
with :
19
- node-version : 16 .x
19
+ node-version : 18 .x
20
20
- name : Cache Node.js modules
21
21
22
22
with :
23
23
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
24
- key : ${{ runner.OS }}-node-16 .x-${{ hashFiles('**/package-lock.json') }}
24
+ key : ${{ runner.OS }}-node-18 .x-${{ hashFiles('**/package-lock.json') }}
25
25
restore-keys : |
26
- ${{ runner.OS }}-node-16 .x
26
+ ${{ runner.OS }}-node-18 .x
27
27
${{ runner.OS }}-
28
28
- name : Install dependencies
29
29
run : npm ci
34
34
35
35
strategy :
36
36
matrix :
37
- node-version : [16 .x]
37
+ node-version : [18 .x]
38
38
39
39
steps :
40
40
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - name : Use Node.js 16 .x
16
+ - name : Use Node.js 18 .x
17
17
18
18
with :
19
- node-version : 16 .x
19
+ node-version : 18 .x
20
20
- name : Cache Node.js modules
21
21
22
22
with :
23
23
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
24
- key : ${{ runner.OS }}-node-16 .x-${{ hashFiles('**/package-lock.json') }}
24
+ key : ${{ runner.OS }}-node-18 .x-${{ hashFiles('**/package-lock.json') }}
25
25
restore-keys : |
26
- ${{ runner.OS }}-node-16 .x
26
+ ${{ runner.OS }}-node-18 .x
27
27
${{ runner.OS }}-
28
28
- name : Install dependencies
29
29
run : npm ci
You can’t perform that action at this time.
0 commit comments