From be6257380eb75c071db95916062ab89fcd590301 Mon Sep 17 00:00:00 2001 From: Tomas Della Vedova Date: Thu, 23 Apr 2020 09:04:21 +0200 Subject: [PATCH] Add Node.js v14 to test matrix (#1172) --- .ci/packer_cache.sh | 3 ++- .ci/test-matrix.yml | 1 + .github/workflows/nodejs.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.ci/packer_cache.sh b/.ci/packer_cache.sh index 91f246250..41f3c12db 100644 --- a/.ci/packer_cache.sh +++ b/.ci/packer_cache.sh @@ -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 " diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 5d1e39677..f3609ae2d 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -3,6 +3,7 @@ STACK_VERSION: - 7.6-SNAPSHOT NODE_JS_VERSION: + - 14 - 12 - 10 - 8 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c17fc9b60..30a33a0a1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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: