8
8
timeout-minutes : 10
9
9
strategy :
10
10
matrix :
11
- node-version : [20 .x]
11
+ node-version : [22 .x]
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js ${{ matrix.node-version }}
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
17
node-version : ${{ matrix.node-version }}
18
18
- run : npm install
@@ -24,11 +24,11 @@ jobs:
24
24
timeout-minutes : 10
25
25
strategy :
26
26
matrix :
27
- node-version : [18 .x, 20 .x]
27
+ node-version : [20 .x, 22 .x]
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- name : Use Node.js ${{ matrix.node-version }}
31
- uses : actions/setup-node@v3
31
+ uses : actions/setup-node@v4
32
32
with :
33
33
node-version : ${{ matrix.node-version }}
34
34
- run : npm install
@@ -40,11 +40,11 @@ jobs:
40
40
timeout-minutes : 10
41
41
strategy :
42
42
matrix :
43
- node-version : [20 .x]
43
+ node-version : [22 .x]
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- name : Use Node.js ${{ matrix.node-version }}
47
- uses : actions/setup-node@v3
47
+ uses : actions/setup-node@v4
48
48
with :
49
49
node-version : ${{ matrix.node-version }}
50
50
- run : npm install
@@ -56,11 +56,11 @@ jobs:
56
56
timeout-minutes : 10
57
57
strategy :
58
58
matrix :
59
- node-version : [20 .x]
59
+ node-version : [22 .x]
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
- name : Use Node.js ${{ matrix.node-version }}
63
- uses : actions/setup-node@v3
63
+ uses : actions/setup-node@v4
64
64
with :
65
65
node-version : ${{ matrix.node-version }}
66
66
- run : npm install
0 commit comments