Add node v16 to ci matrix, and remove v10
Node v10 reached it's EOL on 30-Apr-2021, and therefore i don't see a need for running ci on that, v16 would soon be the LTS version (from 26-Oct-2021) therefore needs to be tested on.
This commit is contained in:
parent
484ede0b45
commit
215e13da16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x]
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue