Use node 12 on travis

This commit is contained in:
Max Brunsfeld 2020-11-30 20:36:36 -08:00
parent 591a2c6249
commit d3f30e298b

View file

@ -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