ci: try Node 16
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14]
|
node-version: [14, 16]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14]
|
node-version: [14, 16]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -132,7 +132,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14]
|
node-version: [14, 16]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user