Skip to content

Commit

Permalink
Merge pull request #534 from ertush/hotfix
Browse files Browse the repository at this point in the history
Updated node version installation to v22.11.0 LTS
  • Loading branch information
ertush authored Nov 18, 2024
2 parents 6c5f6db + 73dc294 commit 7e1932d
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 v18;
nvm install v22.11.0;
node --version;
git stash
git pull origin main
Expand Down

0 comments on commit 7e1932d

Please sign in to comment.