Add Node.js v14 to test matrix (#1172)

This commit is contained in:
Tomas Della Vedova
2020-04-23 09:04:21 +02:00
committed by GitHub
parent 292218f946
commit 5db574a576
3 changed files with 5 additions and 3 deletions

View File

@ -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
" "

View File

@ -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

View File

@ -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