We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d78f7f commit c562885Copy full SHA for c562885
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
needs: build
50
strategy:
51
matrix:
52
- node-version: [20, 22]
+ node-version: [20, 22, 24]
53
os: [ubuntu-latest, windows-latest, macos-latest]
54
verification-script:
55
- pnpm --filter '!*typescript*' build
0 commit comments