Skip to content

Commit

Permalink
GitHub actions: add cache dependency path for node action
Browse files Browse the repository at this point in the history
  • Loading branch information
gusthoff committed Aug 18, 2024
1 parent e4bb7a5 commit 95da0c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sphinx-books-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: 'frontend'
- name: Install OS Deps
run: |
sudo apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sphinx-content-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: 'frontend'
- name: Install OS Deps
run: |
sudo apt-get update
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typescript-tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: 'frontend'
- name: Install OS Deps
run: |
sudo apt-get update && \
Expand Down

0 comments on commit 95da0c5

Please sign in to comment.