File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
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 : [16]
9
+ node-version : [16, 18 ]
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v1
27
27
runs-on : ubuntu-latest
28
28
strategy :
29
29
matrix :
30
- node-version : [16]
30
+ node-version : [16, 18 ]
31
31
steps :
32
32
- uses : actions/checkout@v2
33
33
- uses : actions/setup-node@v1
48
48
runs-on : ubuntu-latest
49
49
strategy :
50
50
matrix :
51
- node-version : [16]
51
+ node-version : [16, 18 ]
52
52
steps :
53
53
- uses : actions/checkout@v2
54
54
- uses : actions/setup-node@v1
69
69
runs-on : ubuntu-latest
70
70
strategy :
71
71
matrix :
72
- node-version : [16]
72
+ node-version : [16, 18 ]
73
73
steps :
74
74
- uses : actions/checkout@v2
75
75
- uses : actions/setup-java@v1
93
93
runs-on : macos-latest
94
94
strategy :
95
95
matrix :
96
- node-version : [16]
96
+ node-version : [16, 18 ]
97
97
steps :
98
98
- uses : actions/checkout@v2
99
99
- uses : actions/setup-node@v1
@@ -116,7 +116,7 @@ jobs:
116
116
runs-on : macos-latest
117
117
strategy :
118
118
matrix :
119
- node-version : [16]
119
+ node-version : [16, 18 ]
120
120
steps :
121
121
- uses : actions/checkout@v2
122
122
- uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
publish :
10
- runs-on : ubuntu-18.04
10
+ runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
13
node-version : [16]
You can’t perform that action at this time.
0 commit comments