Skip to content

Commit 75a5a6e

Browse files
committed
fix: correct pnpm-lock path
1 parent e38e1d1 commit 75a5a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuxthub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 22
2929
cache: pnpm
30-
cache-dependency-path: server/pnpm-lock.yaml
30+
cache-dependency-path: pnpm-lock.yaml
3131

3232
- name: Install dependencies
3333
run: pnpm install

0 commit comments

Comments
 (0)