File tree 5 files changed +4389
-2638
lines changed
5 files changed +4389
-2638
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
node-version :
16
- - 14 .x
17
- - 16 .x
16
+ - 20 .x
17
+ - 22 .x
18
18
steps :
19
- - uses : actions/checkout@v1
20
- - uses : actions/setup-node@v1
19
+ - uses : actions/checkout@v3
20
+ - uses : actions/setup-node@v3
21
21
with :
22
22
node-version : ${{ matrix.node-version }}
23
23
24
24
- name : Cache npm
25
- uses : actions/cache@v1
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.npm
28
28
key : ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
@@ -36,16 +36,16 @@ jobs:
36
36
strategy :
37
37
matrix :
38
38
node-version :
39
- - 14 .x
40
- - 16 .x
39
+ - 20 .x
40
+ - 22 .x
41
41
steps :
42
- - uses : actions/checkout@v1
43
- - uses : actions/setup-node@v1
42
+ - uses : actions/checkout@v3
43
+ - uses : actions/setup-node@v3
44
44
with :
45
45
node-version : ${{ matrix.node-version }}
46
46
47
47
- name : Cache npm
48
- uses : actions/cache@v1
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ~/.npm
51
51
key : ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments