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 @@ -53,15 +53,15 @@ jobs:
5353 strategy :
5454 matrix :
5555 os : [ ubuntu-latest ]
56- node-version : [ 12 .x, 14 .x ]
56+ node-version : [ 14 .x, 16.x, 18 .x ]
5757 fail-fast : true
5858
5959 steps :
6060 - name : Checkout
6161 uses : actions/checkout@v2
6262
6363 - name : Use Node.js ${{ matrix.node-version }}
64- uses : actions/setup-node@v2-beta
64+ uses : actions/setup-node@v2
6565 with :
6666 node-version : ${{ matrix.node-version }}
6767
@@ -140,15 +140,15 @@ jobs:
140140 strategy :
141141 matrix :
142142 os : [ ubuntu-latest ]
143- node-version : [ 12 .x ]
143+ node-version : [ 16 .x ]
144144 fail-fast : true
145145
146146 steps :
147147 - name : Checkout
148148 uses : actions/checkout@v2
149149
150150 - name : Use Node.js ${{ matrix.node-version }}
151- uses : actions/setup-node@v2-beta
151+ uses : actions/setup-node@v2
152152 with :
153153 node-version : ${{ matrix.node-version }}
154154
You can’t perform that action at this time.
0 commit comments