mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
add cache-dependency-path to github test-deploy
This commit is contained in:
parent
1769218a5e
commit
684061819a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs-test.yml
vendored
1
.github/workflows/docs-test.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: yarn
|
||||
cache-dependency-path: ./website/package-lock.json
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
|
|
Loading…
Reference in a new issue