change to use latest node for compilation

This commit is contained in:
Thomas Bloor 2019-09-09 21:00:30 +01:00
parent bad4f7f83c
commit abdbfda56c
No known key found for this signature in database
GPG Key ID: 4657C7EBE42CC5CC
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ addons:
chrome: stable
language: node_js
node_js:
- 8
- node
before_install:
- openssl aes-256-cbc -K $encrypted_9d2af3734b6c_key -iv $encrypted_9d2af3734b6c_iv -in src/environments/environments.tar.enc -out src/environments/environments.tar -d
- tar xf src/environments/environments.tar -C src/environments