ci: revert to npm install -g pnpm, corepack incompatible with devEngines format
Deploy Slides / build-and-deploy (push) Has been cancelled
Deploy Slides / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user