File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ jobs:
53
53
strategy :
54
54
matrix :
55
55
os : [ ubuntu-latest ]
56
- node-version : [ 12 .x, 14 .x ]
56
+ node-version : [ 14 .x, 16.x, 18 .x ]
57
57
fail-fast : true
58
58
59
59
steps :
60
60
- name : Checkout
61
61
uses : actions/checkout@v2
62
62
63
63
- name : Use Node.js ${{ matrix.node-version }}
64
- uses : actions/setup-node@v2-beta
64
+ uses : actions/setup-node@v2
65
65
with :
66
66
node-version : ${{ matrix.node-version }}
67
67
@@ -140,15 +140,15 @@ jobs:
140
140
strategy :
141
141
matrix :
142
142
os : [ ubuntu-latest ]
143
- node-version : [ 12 .x ]
143
+ node-version : [ 16 .x ]
144
144
fail-fast : true
145
145
146
146
steps :
147
147
- name : Checkout
148
148
uses : actions/checkout@v2
149
149
150
150
- name : Use Node.js ${{ matrix.node-version }}
151
- uses : actions/setup-node@v2-beta
151
+ uses : actions/setup-node@v2
152
152
with :
153
153
node-version : ${{ matrix.node-version }}
154
154
You can’t perform that action at this time.
0 commit comments