We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdff21 commit 1c39d20Copy full SHA for 1c39d20
.github/workflows/landing-publish.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-node@v4
22
with:
23
cache: "npm"
24
+ cache-dependency-path: landing/package-lock.json
25
- name: Install monorepo node dependencies
26
working-directory: landing
27
run: npm install
0 commit comments