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 6cc2732 commit b695f71Copy full SHA for b695f71
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [18, 20, 22]
+ node-version: [18, 20, 22, 24]
18
steps:
19
- uses: actions/checkout@v4
20
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments