Skip to content

Commit b62e27e

Browse files
committed
Try disabling cache
1 parent 5cc706e commit b62e27e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-astro-ssg.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
uses: actions/setup-node@v6
3737
with:
3838
node-version: 22
39-
cache: pnpm
40-
cache-dependency-path: |
41-
pnpm-lock.yaml
42-
pnpm-workspace.yaml
39+
# cache: pnpm # temporarily disabled to rule out stale cache
40+
# cache-dependency-path: |
41+
# pnpm-lock.yaml
42+
# pnpm-workspace.yaml
4343

4444
- name: Install dependencies (monorepo)
4545
run: pnpm install

0 commit comments

Comments
 (0)