Skip to content

Commit 7cb21fa

Browse files
committed
Update Node.js on CI and pnpm version in lock file
1 parent 7e8169b commit 7cb21fa

File tree

2 files changed

+6038
-6304
lines changed

2 files changed

+6038
-6304
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: 8
19+
version: 10
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 20
23+
node-version: 24
2424
cache: pnpm
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)