We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4346c commit 64dc57aCopy full SHA for 64dc57a
.github/workflows/server.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: '20.x'
21
cache: 'npm'
22
- cache-dependency-path: /server/package-lock.json
+ cache-dependency-path: '**/server/package-lock.json'
23
24
- name: Install dependencies
25
working-directory: ./server
0 commit comments