fix(ci): restore pnpm cache now that lockfile is on main #23

Merged
ghost merged 1 commits from fix/ci-restore-pnpm-cache into main 2026-03-17 19:03:17 +00:00
+3
View File
@@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -39,6 +40,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -58,6 +60,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile