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 6722a6d commit 5e98a20Copy full SHA for 5e98a20
.github/workflows/linux-build-and-test.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- node-version: [20.X, 22.X, 23.X]
+ node-version: [20.X, 22.X, 24.X]
36
steps:
37
- name: Setup Node.js ${{ matrix.node-version }}
38
uses: actions/setup-node@v4
0 commit comments