File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- node-version : [18 ]
9
+ node-version : [20 ]
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v1
35
35
runs-on : ubuntu-latest
36
36
strategy :
37
37
matrix :
38
- node-version : [18 ]
38
+ node-version : [20 ]
39
39
steps :
40
40
- uses : actions/checkout@v2
41
41
- uses : actions/setup-node@v1
62
62
runs-on : ubuntu-latest
63
63
strategy :
64
64
matrix :
65
- node-version : [18 ]
65
+ node-version : [20 ]
66
66
steps :
67
67
- uses : actions/checkout@v2
68
68
- uses : actions/setup-node@v1
89
89
runs-on : ubuntu-latest
90
90
strategy :
91
91
matrix :
92
- node-version : [18 ]
92
+ node-version : [20 ]
93
93
java-version : [11]
94
94
steps :
95
95
- uses : actions/checkout@v2
@@ -123,7 +123,7 @@ jobs:
123
123
runs-on : macos-latest
124
124
strategy :
125
125
matrix :
126
- node-version : [18 ]
126
+ node-version : [20 ]
127
127
steps :
128
128
- uses : actions/checkout@v2
129
129
- uses : actions/setup-node@v1
You can’t perform that action at this time.
0 commit comments