ci: revert to npm install -g pnpm, corepack incompatible with devEngines format
Deploy Slides / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-07-17 23:53:55 +08:00
parent 82300007cb
commit 4ecb9e4b18
+2 -2
View File
@@ -20,8 +20,8 @@ jobs:
with: with:
github-server-url: http://47.121.181.112:3000 github-server-url: http://47.121.181.112:3000
- name: Enable pnpm via corepack - name: Install pnpm
run: corepack enable run: npm install -g pnpm
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile