Skip to content

Commit

Permalink
ci: Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Jun 8, 2022
1 parent abe73b2 commit b749be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-node-v12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
echo nvm install v12.22.10 >> $BASH_ENV
echo nvm use v16.14.2 >> $BASH_ENV
echo nvm use v16.15.1 >> $BASH_ENV

0 comments on commit b749be8

Please sign in to comment.