Skip to content

Commit 38908df

Browse files
committed
Add Node 24 to build matrix
1 parent eaec24a commit 38908df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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, 22]
21+
node: [18, 20, 22, 24]
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, 22]
92+
node: [18, 20, 22, 24]
9393
os: [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)