Skip to content

Commit d3bf6cd

Browse files
committed
Update Node.js and pnpm on CI
1 parent 8bb1a4c commit d3bf6cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 9
19+
version: 10
2020
- name: Install Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
cache: pnpm
2525
- name: Install all dependencies
2626
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -43,11 +43,11 @@ jobs:
4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v4
4545
with:
46-
version: 9
46+
version: 10
4747
- name: Install Node.js
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version: 22
50+
node-version: 24
5151
- name: Install dependencies
5252
run: pnpm install --frozen-lockfile --production --ignore-scripts
5353
- name: Build

0 commit comments

Comments
 (0)