Skip to content

Commit

Permalink
Update CI workflow: ensure nvm is loaded before running the transform…
Browse files Browse the repository at this point in the history
…er script
  • Loading branch information
AlirezaRa94 committed Jan 15, 2025
1 parent 63b78c7 commit 43259c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Run the transformer script
shell: bash -l {0}
run: |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Load nvm
nvm use 18.20.5
node .
pwd
ls -lha
Expand Down

0 comments on commit 43259c0

Please sign in to comment.