Skip to content

Commit

Permalink
Merge pull request #533 from ertush/hotfix
Browse files Browse the repository at this point in the history
Updated ci.yml to include node version 18
  • Loading branch information
ertush authored Nov 18, 2024
2 parents c4ef1ad + 735b6f2 commit 6c5f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
source ~/.nvm/nvm.sh
if ! [[ -d './.git' ]]; then git init; fi
if ! [[ `git remote -v | awk '{print $1}' | head -n 1` =~ 'origin' ]]; then git remote add origin ${{ github.server_url }}${{ github.username }}/${{ github.repository }}.git; fi
nvm install v19;
nvm install v18;
node --version;
git stash
git pull origin main
Expand Down

0 comments on commit 6c5f6db

Please sign in to comment.