Remove Node 10 and add Node 16 in GitHub actions
This commit is contained in:
committed by
Niklas Laxström
parent
6d40a3fb50
commit
5cb466eaae
2
.github/workflows/node-lint.yml
vendored
2
.github/workflows/node-lint.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '10', '14' ]
|
||||
node: [ '14', '16' ]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user