We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7822e commit 0abda72Copy full SHA for 0abda72
1 file changed
.github/workflows/ci.yml
@@ -17,8 +17,8 @@ jobs:
17
18
strategy:
19
matrix:
20
- os: [ubuntu-latest, windows-latest]
21
- node: [18, 20, 22]
+ os: [ ubuntu-latest, windows-latest ]
+ node: [ 20, 22, 24 ]
22
fail-fast: false
23
24
steps:
0 commit comments