Add Node.js v14 to test matrix (#1172)
This commit is contained in:
committed by
GitHub
parent
292218f946
commit
5db574a576
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
source /usr/local/bin/bash_standard_lib.sh
|
source /usr/local/bin/bash_standard_lib.sh
|
||||||
|
|
||||||
DOCKER_IMAGES="node:12-alpine
|
DOCKER_IMAGES="node:14-alpine
|
||||||
|
node:12-alpine
|
||||||
node:10-alpine
|
node:10-alpine
|
||||||
node:8-alpine
|
node:8-alpine
|
||||||
"
|
"
|
||||||
|
|||||||
@ -3,6 +3,7 @@ STACK_VERSION:
|
|||||||
- 8.0.0-SNAPSHOT
|
- 8.0.0-SNAPSHOT
|
||||||
|
|
||||||
NODE_JS_VERSION:
|
NODE_JS_VERSION:
|
||||||
|
- 14
|
||||||
- 12
|
- 12
|
||||||
- 10
|
- 10
|
||||||
- 8
|
- 8
|
||||||
|
|||||||
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x, 12.x, 13.x]
|
node-version: [10.x, 12.x, 14.x]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x, 12.x]
|
node-version: [10.x, 12.x, 14.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user