build: Added support for node v16
This commit is contained in:
committed by
Michael Terry
parent
7b945a9fce
commit
8114750796
3
.github/workflows/validate.yml
vendored
3
.github/workflows/validate.yml
vendored
@@ -3,12 +3,13 @@ on:
|
||||
- push
|
||||
- pull_request
|
||||
jobs:
|
||||
build:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version:
|
||||
- 12
|
||||
node: [12, 14, 16]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
Reference in New Issue
Block a user