Skip to content

Commit 43259c0

Browse files
committed
Update CI workflow: ensure nvm is loaded before running the transformer script
1 parent 63b78c7 commit 43259c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Run the transformer script
6060
shell: bash -l {0}
6161
run: |
62+
export NVM_DIR="$HOME/.nvm"
63+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Load nvm
64+
nvm use 18.20.5
6265
node .
6366
pwd
6467
ls -lha

0 commit comments

Comments
 (0)