File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
YARN_VERSION : ${{ steps.yarn-version.outputs.YARN_VERSION }}
15
15
strategy :
16
16
matrix :
17
- node-version : [16.x, 18.x, 20.x]
17
+ node-version : [18.x, 20.x]
18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
- name : Use Node.js ${{ matrix.node-version }}
41
41
- prepare
42
42
strategy :
43
43
matrix :
44
- node-version : [16.x, 18.x, 20.x]
44
+ node-version : [18.x, 20.x]
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
- name : Use Node.js ${{ matrix.node-version }}
84
84
- prepare
85
85
strategy :
86
86
matrix :
87
- node-version : [16.x, 18.x, 20 .x]
87
+ node-version : [18 .x]
88
88
steps :
89
89
- uses : actions/checkout@v3
90
90
- name : Use Node.js ${{ matrix.node-version }}
@@ -118,7 +118,7 @@ jobs:
118
118
- prepare
119
119
strategy :
120
120
matrix :
121
- node-version : [16.x, 18.x, 20 .x]
121
+ node-version : [18 .x]
122
122
steps :
123
123
- uses : actions/checkout@v3
124
124
- name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments