Skip to content

Commit

Permalink
[grizzly-win] Update node to 18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Nov 6, 2023
1 parent 2e3b268 commit 8027478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/grizzly-win/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sed -i "s/^\\( \\)maker = PipScriptMaker(.*/&\r\n\\1maker.executable = '\\/us
msys64/opt/python/Lib/site-packages/pip/_internal/operations/install/wheel.py

# get node.js
VER=18.17.1
VER=18.18.2
retry_curl "https://nodejs.org/dist/v${VER}/node-v${VER}-win-x64.zip" -o node.zip
7z x node.zip
rm node.zip
Expand Down

0 comments on commit 8027478

Please sign in to comment.