Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Nov 28, 2024
1 parent 64d68da commit 25fc25a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 16.16.0
rm /__e/node20/bin/node
mv `which node` /__e/node20/bin/node
- name: Checkout sources
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 25fc25a

Please sign in to comment.