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 4c5b9eb commit 664f3b9Copy full SHA for 664f3b9
1 file changed
.github/workflows/test.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/action-setup@v2
18
with:
19
- version: 8
+ version: 10
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
23
- node-version: 20
+ node-version: 25
24
cache: pnpm
25
- name: Install dependencies
26
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -31,6 +31,9 @@ jobs:
31
strategy:
32
matrix:
33
node-version:
34
+ - 24
35
+ - 22
36
+ - 20
37
- 18
38
- 16
39
name: Node.js ${{ matrix.node-version }} Quick
@@ -40,7 +43,7 @@ jobs:
40
43
41
44
42
45
46
47
- name: Install Node.js ${{ matrix.node-version }}
48
49
0 commit comments