Skip to content

Commit

Permalink
Sandbox: Update to Node.js 22.10 and NPM 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 25, 2024
1 parent ba480e1 commit 7609e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

# Install Node.js sandbox.
export NODEJS_VERSION=20.11.0
export NPM_VERSION=10.3.0
export NODEJS_VERSION=22.10.0
export NPM_VERSION=10.9.0
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/cicerops/supernode/main/supernode)"

# Install dependencies.
Expand Down

0 comments on commit 7609e38

Please sign in to comment.