We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfce548 commit 1c77f60Copy full SHA for 1c77f60
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- node: [18, 20, 22, 23]
+ node: [18, 20, 22, 24]
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
15
runs-on: ${{ matrix.os }}
0 commit comments