Set node version for javascript publish job

The build jobs set node version to 8, make sure the publish job is too.

Change-Id: I051f3a1b4bc6f0b458d9be66badff6bb04b4beaf
This commit is contained in:
Monty Taylor 2018-03-06 09:02:01 -06:00
parent 9358b7de2a
commit 3d9af04cc2
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 3 additions and 1 deletions

View File

@ -114,4 +114,6 @@
jobs:
- publish-openstack-sphinx-docs-infra-python3
- publish-openstack-python-branch-tarball
- publish-openstack-javascript-content
- publish-openstack-javascript-content:
vars:
node_version: 8