File tree 1 file changed +6
-6
lines changed
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
13
- uses : actions/checkout@v3
14
14
- name : Use Node.js ${{ matrix.node-version }}
@@ -24,13 +24,13 @@ jobs:
24
24
timeout-minutes : 10
25
25
strategy :
26
26
matrix :
27
- node-version : [14.x, 16.x, 18.x, 20.x]
27
+ node-version : [18.x, 20.x]
28
28
steps :
29
29
- uses : actions/checkout@v3
30
- - name : Install with Node.js 18 .x
30
+ - name : Install with Node.js 20 .x
31
31
uses : actions/setup-node@v3
32
32
with :
33
- node-version : 18 .x
33
+ node-version : 20 .x
34
34
- run : npm install
35
35
- name : Use Node.js ${{ matrix.node-version }}
36
36
uses : actions/setup-node@v3
46
46
timeout-minutes : 10
47
47
strategy :
48
48
matrix :
49
- node-version : [18 .x]
49
+ node-version : [20 .x]
50
50
steps :
51
51
- uses : actions/checkout@v3
52
52
- name : Use Node.js ${{ matrix.node-version }}
62
62
timeout-minutes : 10
63
63
strategy :
64
64
matrix :
65
- node-version : [18 .x]
65
+ node-version : [20 .x]
66
66
steps :
67
67
- uses : actions/checkout@v3
68
68
- name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments