Skip to content

Commit

Permalink
node 22 support
Browse files Browse the repository at this point in the history
  • Loading branch information
weeyum committed Jan 15, 2025
1 parent 97cea8d commit 705ebff
Show file tree
Hide file tree
Showing 4 changed files with 885 additions and 419 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20]
node: [18, 20, 22]
runs-on: ubuntu-latest
container: ubuntu:20.04
steps:
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20]
os: [macOS-12, macos-13-xlarge]
node: [18, 20, 22]
os: [macos-13-xlarge]
runs-on: ${{ matrix.os }}
# This is mostly the same as the Linux steps, waiting for anchor support
# https://github.com/actions/runner/issues/1182
Expand Down
Loading

0 comments on commit 705ebff

Please sign in to comment.