Skip to content

Commit 3efeb73

Browse files
committed
ci: fix pnpm
1 parent 29d7454 commit 3efeb73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/s3-browser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313

1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v4
16+
with:
17+
run_install: false
1618

1719
- name: Install Node.js
1820
uses: actions/setup-node@v4
1921
with:
20-
node-version: 20
22+
node-version: 24
2123
cache: "pnpm"
2224

2325
- name: Build Website

0 commit comments

Comments
 (0)