We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d114ec commit ecdbf87Copy full SHA for ecdbf87
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- node-version: [18.x, 20.x, 22.x]
+ node-version: [18.x, 20.x, 22.x, 24.x]
14
os: [ubuntu-latest, windows-latest, macos-latest]
15
steps:
16
- uses: actions/checkout@v4
0 commit comments