Skip to content

Commit

Permalink
Sandbox: Update to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 12, 2024
1 parent 42fff0d commit ba8f9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ] #, macos-latest, windows-latest ]
node-version: [ '18' ]
node-version: [ '20' ]

name: Node.js ${{ matrix.node-version }} on OS ${{ matrix.os }}
steps:
Expand Down
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=18.12.1
export NPM_VERSION=8.19.3
export NODEJS_VERSION=20.11.0
export NPM_VERSION=10.3.0
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/cicerops/supernode/main/supernode)"

# Install dependencies.
Expand Down

0 comments on commit ba8f9d0

Please sign in to comment.