Skip to content

Commit be2a7ab

Browse files
committed
Add Node.js v14 to test matrix (#1172)
1 parent 6ff1db2 commit be2a7ab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ci/packer_cache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
source /usr/local/bin/bash_standard_lib.sh
44

5-
DOCKER_IMAGES="node:12-alpine
5+
DOCKER_IMAGES="node:14-alpine
6+
node:12-alpine
67
node:10-alpine
78
node:8-alpine
89
"

.ci/test-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ STACK_VERSION:
33
- 6.8.4
44

55
NODE_JS_VERSION:
6+
- 14
67
- 12
78
- 10
89
- 8

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x, 13.x]
12+
node-version: [10.x, 12.x, 14.x]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)