We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbcc9c commit bd2babaCopy full SHA for bd2baba
1 file changed
.github/workflows/ci-pipeline.yml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
node-version: 22.x
35
cache: 'npm'
36
+ cache-dependency-path: Website/package-lock.json
37
- name: 📦 Install dependencies
38
run: npm ci
39
working-directory: Website
0 commit comments