We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0b8f1e + 245c4b0 commit 3736b9fCopy full SHA for 3736b9f
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [18.x, 20.x, 22.x]
+ node-version: [18.x, 20.x, 22.x, 24.x]
17
os: [ubuntu-latest, windows-latest]
18
runs-on: ${{ matrix.os }}
19
0 commit comments