Skip to content

Commit

Permalink
Bump node and nvm for ReadabiliPy (#156)
Browse files Browse the repository at this point in the history
* Update node and nvm versions in Github Actions unit test

* Update node and nvm versions in Github Actions unit test
  • Loading branch information
GjjvdBurg authored Jan 4, 2025
1 parent fca9f50 commit ac9932d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/test_p2r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

set -e -u -x -o pipefail

NODE_VERSION="v12.18.1"
NVM_VERSION="v0.36.0"
NODE_VERSION="v22.12.0"
NVM_VERSION="v0.40.1"

echo "Setting up environment"
echo "::group::Updating system ..."
Expand Down

0 comments on commit ac9932d

Please sign in to comment.