chore(ci): bump to pnpm/setup

This commit is contained in:
Neko Ayaka
2026-08-26 20:05:26 +08:00
parent 98f40d7d0b
commit cfcfc513ef
17 changed files with 91 additions and 98 deletions
+4 -6
View File
@@ -21,13 +21,11 @@ jobs:
with:
ref: main
- uses: pnpm/action-setup@v4
- uses: pnpm/setup@v2
with:
run_install: false
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: pnpm
runtime: node@26
cache: true
install: false
- run: pnpm install --frozen-lockfile
- name: Pull with rebase