Skip to content

Commit e4cb752

Browse files
committed
ci: install pnpm and Node with pnpm/setup
1 parent 8046788 commit e4cb752

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ jobs:
2424

2525
- uses: vrchatapi/specification/.github/actions/download@ci/modernise-actions
2626

27-
- uses: pnpm/action-setup@v6
27+
- uses: pnpm/setup@v2
2828
with:
29-
run_install: false
30-
31-
- uses: actions/setup-node@v7
32-
with:
33-
node-version: 24
34-
cache: pnpm
35-
36-
- run: pnpm install
29+
runtime: node@24
30+
cache: true
3731

3832
- run: pnpm build

0 commit comments

Comments
 (0)