Skip to content

Commit

Permalink
Use nvm39
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Aug 9, 2024
1 parent 3842ad1 commit 6e91086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
# PHPUnit depends on en_AU.UTF-8 locale
sudo locale-gen en_AU.UTF-8
# Define NVM_DIR pointing to nvm installation.
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
echo "NVM_DIR=$HOME/.nvm39" >> $GITHUB_ENV
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- name: Install moodle-plugin-ci
run: moodle-plugin-ci install -vvv
Expand Down

0 comments on commit 6e91086

Please sign in to comment.