File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
timeout-minutes : 10
9
9
strategy :
10
10
matrix :
11
- node-version : [18 .x]
11
+ node-version : [20 .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 --legacy-peer-deps
@@ -24,11 +24,11 @@ jobs:
24
24
timeout-minutes : 10
25
25
strategy :
26
26
matrix :
27
- node-version : [18 .x]
27
+ node-version : [20 .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 --legacy-peer-deps
You can’t perform that action at this time.
0 commit comments