Upgrade to Node 10

This commit is contained in:
Peter Squicciarini
2019-06-06 16:22:04 -07:00
parent 02f69839a7
commit 3f1e9ec9b4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ matrix:
- os: osx
language: node_js
node_js: "8"
node_js: "10"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash