Skip to content

Commit b354829

Browse files
committed
Update Node.js and pnpm on CI
1 parent 85c8186 commit b354829

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 9
19+
version: 10
2020
- name: Install Bun
2121
uses: oven-sh/setup-bun@v2
2222
- name: Install Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 23
2626
cache: pnpm
2727
- name: Install dependencies
2828
run: pnpm install --ignore-scripts
@@ -35,6 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
node-version:
38+
- 22
3839
- 20
3940
- 18
4041
name: Node.js ${{ matrix.node-version }} Quick

0 commit comments

Comments
 (0)