Skip to content

Commit e01547a

Browse files
committed
feat: update Node version and pnpm setup in CI workflow for consistency
1 parent 2b991b3 commit e01547a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
- name: Setup pnpm
5050
uses: pnpm/action-setup@v4
5151
with:
52-
version: 10
52+
version: 9
5353

5454
- name: Setup Node
5555
uses: actions/setup-node@v4
5656
with:
57-
node-version: 22
57+
node-version: 25
5858
cache: pnpm
5959
cache-dependency-path: pnpm-lock.yaml
6060

0 commit comments

Comments
 (0)