We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6be15 commit 8e8b514Copy full SHA for 8e8b514
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- node-version: ['20.x', 'lts/*']
+ node-version: ['20.x', '24.x', 'lts/*']
16
os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm, windows-latest]
17
runs-on: ${{ matrix.os }}
18
steps:
0 commit comments