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