Merge pull request #23 from groombook/fix/ci-restore-pnpm-cache

fix(ci): restore pnpm cache now that lockfile is on main
This commit was merged in pull request #23.
This commit is contained in:
groombook-paperclip[bot]
2026-03-17 19:03:17 +00:00
committed by GitHub
+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