Skip to content

Commit 64dc57a

Browse files
Fix github workflow
1 parent 1a4346c commit 64dc57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: '20.x'
2121
cache: 'npm'
22-
cache-dependency-path: /server/package-lock.json
22+
cache-dependency-path: '**/server/package-lock.json'
2323

2424
- name: Install dependencies
2525
working-directory: ./server

0 commit comments

Comments
 (0)