Bump node version in integration jobs from 8 to 10

nodejs v10 is the latest LTS release of node.
Update to use it instead of v8.

Change-Id: I2a48882a7e55b92b5243c194e3fea96f6bc015a4
This commit is contained in:
David Moreau Simard 2019-01-23 09:55:30 -05:00
parent 071038e883
commit 6c484c6e7a
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
- .zuul.yaml
- zuul-playbooks/.*
vars:
node_version: 8
node_version: 10
run: zuul-playbooks/test.yaml
- job:
@ -27,7 +27,7 @@
- .zuul.yaml
- zuul-playbooks/.*
vars:
node_version: 8
node_version: 10
npm_command: build
javascript_content_dir: build
pre-run: zuul-playbooks/pre.yaml