Skip to content

Commit

Permalink
bump node and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
suchipi committed Jun 1, 2024
1 parent 99db34f commit 368aa79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.2
v21.7.3
2 changes: 1 addition & 1 deletion .npm-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.0
10.5.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
21.7.3
2 changes: 1 addition & 1 deletion in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e

mkdir -p node_modules/.docker
docker run --rm -v "$PWD:/app" -v "$PWD/node_modules/.docker:/app/node_modules" suchipi/node-nw-env:0.5.2 bash -c "Xvfb -screen 0 1024x768x16 -ac & source /usr/local/nvm/nvm.sh && cd /app && nvm install && nvm use && $*"
docker run --rm -it -v "$PWD:/hex-engine" -v "$PWD/node_modules/.docker:/hex-engine/node_modules" suchipi/node-nw-env:0.7.0 bash -c "Xvfb -screen 0 1024x768x16 -ac & source /usr/local/nvm/nvm.sh && cd /app && nvm install && nvm use && $*"

0 comments on commit 368aa79

Please sign in to comment.