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 delvedor
parent 5555ea5c7b
commit be6257380e
3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,8 @@
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:8-alpine
"

View File

@ -3,6 +3,7 @@ STACK_VERSION:
- 7.6-SNAPSHOT
NODE_JS_VERSION:
- 14
- 12
- 10
- 8

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps: