build: fix pipeline
This commit is contained in:
@@ -21,9 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
cache-dependency-path: pnpm-lock.yaml
|
||||||
|
|
||||||
- name: Enable corepack
|
- name: Enable pnpm via corepack
|
||||||
run: corepack enable
|
run: |
|
||||||
|
corepack enable
|
||||||
|
corepack prepare pnpm@9.12.0 --activate
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
@@ -44,9 +47,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
cache-dependency-path: pnpm-lock.yaml
|
||||||
|
|
||||||
- name: Enable corepack
|
- name: Enable pnpm via corepack
|
||||||
run: corepack enable
|
run: |
|
||||||
|
corepack enable
|
||||||
|
corepack prepare pnpm@9.12.0 --activate
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user