We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38e1d1 commit 75a5a6eCopy full SHA for 75a5a6e
.github/workflows/nuxthub.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: 22
29
cache: pnpm
30
- cache-dependency-path: server/pnpm-lock.yaml
+ cache-dependency-path: pnpm-lock.yaml
31
32
- name: Install dependencies
33
run: pnpm install
0 commit comments