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 de7492a commit aa64270Copy full SHA for aa64270
.github/workflows/test-and-release.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
67
strategy:
68
matrix:
69
- node-version: [18.x, 20.x, 22.x]
+ node-version: [18.x, 20.x, 22.x, 24.x]
70
os: [ubuntu-latest, windows-latest, macos-latest]
71
72
steps:
0 commit comments