We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4eb12 commit ca895fbCopy full SHA for ca895fb
.github/workflows/testing.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
node-version: 18
24
cache: 'npm'
25
+ cache-dependency-path: server/package-lock.json
26
27
- name: Install dependencies
28
run: npm ci
0 commit comments