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 5f6b7a6 commit befe228Copy full SHA for befe228
1 file changed
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- node-version: [20.x, 22.x, latest]
+ node-version: [20.x, 22.x, 24.x, latest]
20
fail-fast: false
21
steps:
22
- name: Checkout
0 commit comments