We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e314b commit 24419feCopy full SHA for 24419fe
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,6 @@ on:
6
push:
7
branches:
8
- main
9
- - next
10
11
permissions:
12
contents: read # to fetch code (actions/checkout)
@@ -17,7 +16,7 @@ jobs:
17
16
strategy:
18
matrix:
19
os: [ubuntu-latest, macos-latest, windows-latest]
20
- node_version: [18, 20, 22]
+ node_version: [20, 22, 24]
21
fail-fast: false
22
23
name: 'node-${{ matrix.node_version }}, ${{ matrix.os }}'
0 commit comments