Skip to content

Commit cd620df

Browse files
committed
node 22 support
1 parent 97cea8d commit cd620df

File tree

3 files changed

+851
-385
lines changed

3 files changed

+851
-385
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node: [18, 20]
21+
node: [18, 20, 22]
2222
runs-on: ubuntu-latest
2323
container: ubuntu:20.04
2424
steps:
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
node: [18, 20]
92+
node: [18, 20, 22]
9393
os: [macOS-12, macos-13-xlarge]
9494
runs-on: ${{ matrix.os }}
9595
# This is mostly the same as the Linux steps, waiting for anchor support

0 commit comments

Comments
 (0)