Skip to content

Commit

Permalink
Updating integration test script
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Aug 10, 2023
1 parent 767f835 commit 0660a1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/install-node-v12.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

touch $BASH_ENV
# touch $BASH_ENV
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 v18.15.0 >> $BASH_ENV
echo 'export NVM_DIR="$HOME/.nvm"' >> $GITHUB_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $GITHUB_ENV
echo nvm install v12.22.10 >> $GITHUB_ENV
echo nvm use v18.15.0 >> $GITHUB_ENV

0 comments on commit 0660a1e

Please sign in to comment.