From 7609e3888d2de9ef61ce430c8791bfbb41e86c21 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 25 Oct 2024 14:00:03 +0200 Subject: [PATCH] Sandbox: Update to Node.js 22.10 and NPM 10.9 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8d97e0e9..76338c2e 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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.