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 632abc4 commit 8a35b1aCopy full SHA for 8a35b1a
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Node.js
21
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
22
with:
23
- node-version: 24
+ node-version: 25
24
cache: pnpm
25
- name: Install dependencies
26
run: pnpm install --ignore-scripts
@@ -31,6 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
node-version:
34
+ - 24
35
- 22
36
- 20
37
name: Node.js ${{ matrix.node-version }} Quick
0 commit comments