Skip to content

Commit f8640a9

Browse files
committed
Sandbox: Update to Node.js 22.10 and NPM 10.9
1 parent ba480e1 commit f8640a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ ubuntu-latest ] #, macos-latest, windows-latest ]
21-
node-version: [ '20' ]
21+
node-version: [ '22' ]
2222

2323
name: Node.js ${{ matrix.node-version }} on OS ${{ matrix.os }}
2424
steps:

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

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

88
# Install dependencies.

0 commit comments

Comments
 (0)