Skip to content

Commit 5eb24e5

Browse files
committed
chore: update Node.js version to 24.x and pnpm version to 10.29.2 in CI workflow
1 parent 8d6f184 commit 5eb24e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
node-version: ["20.x"]
31+
node-version: ["24.x"]
3232

3333
steps:
3434
- name: Checkout
@@ -37,6 +37,7 @@ jobs:
3737
- name: Setup pnpm
3838
uses: pnpm/action-setup@v4
3939
with:
40+
version: 10.29.2
4041
run_install: false
4142

4243
- name: Setup Node.js

0 commit comments

Comments
 (0)