Upgrade CI node and yarn to latest versions (#1067)

This commit is contained in:
Risha Mars 2018-06-05 10:22:07 -07:00 committed by Kevin Lingerfelt
parent 4490db9909
commit b7da30a293
1 changed files with 2 additions and 2 deletions

View File

@ -52,12 +52,12 @@ jobs:
- language: node_js
node_js:
- "8"
- "10"
cache:
directories:
- web/app/node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- ./bin/web