Skip to content

Commit

Permalink
.travis.yml node upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 29, 2022
1 parent 0e2eeae commit a19966a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ before_install:
- set -e
- . $HOME/.nvm/nvm.sh
- nvm ls
- nvm ls-remote
# - nvm install 14.9.0 -v
# - nvm use 14.9.0
- nvm use v16.13.2
- nvm install v16.13.2
- rm -rf node_modules
- npm install
- git checkout package.json package-lock.json
Expand Down

0 comments on commit a19966a

Please sign in to comment.