Skip to content

Commit

Permalink
[PGOV-563] Add cache-dependency-path to address 'Dependencies lock fi…
Browse files Browse the repository at this point in the history
…le is not found' error on GA
  • Loading branch information
vauxia committed Feb 11, 2025
1 parent e4e7890 commit 23c8e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache-dependency-path: docs/package-lock.json
node-version: 20.x
cache: npm
- name: Install dependencies
Expand Down

0 comments on commit 23c8e0e

Please sign in to comment.