Skip to content

Commit

Permalink
Use node 12 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Dec 1, 2020
1 parent 591a2c6 commit d3f30e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ matrix:

before_install:
# Install node
- nvm install 10
- nvm use 10
- nvm install 12
- nvm use 12

# Download emscripten and create a shorthand for adding it to the PATH.
# Don't add it to the path globally because it overrides the default
Expand Down

0 comments on commit d3f30e2

Please sign in to comment.