We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc706e commit b62e27eCopy full SHA for b62e27e
1 file changed
.github/workflows/deploy-astro-ssg.yml
@@ -36,10 +36,10 @@ jobs:
36
uses: actions/setup-node@v6
37
with:
38
node-version: 22
39
- cache: pnpm
40
- cache-dependency-path: |
41
- pnpm-lock.yaml
42
- pnpm-workspace.yaml
+ # cache: pnpm # temporarily disabled to rule out stale cache
+ # cache-dependency-path: |
+ # pnpm-lock.yaml
+ # pnpm-workspace.yaml
43
44
- name: Install dependencies (monorepo)
45
run: pnpm install
0 commit comments