Merge pull request #335 from stripedpajamas/node_12

Use Node 12 and frozen lockfile
This commit is contained in:
Peter Squicciarini
2020-03-10 08:30:51 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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