We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba480e1 commit f8640a9Copy full SHA for f8640a9
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ ubuntu-latest ] #, macos-latest, windows-latest ]
21
- node-version: [ '20' ]
+ node-version: [ '22' ]
22
23
name: Node.js ${{ matrix.node-version }} on OS ${{ matrix.os }}
24
steps:
bootstrap.sh
@@ -1,8 +1,8 @@
1
#!/bin/sh
2
3
# Install Node.js sandbox.
4
-export NODEJS_VERSION=20.11.0
5
-export NPM_VERSION=10.3.0
+export NODEJS_VERSION=22.10.0
+export NPM_VERSION=10.9.0
6
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/cicerops/supernode/main/supernode)"
7
8
# Install dependencies.
0 commit comments