Skip to content

Commit

Permalink
workflow: fix node_modules cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashu-Dubey committed Jun 22, 2024
1 parent 08e3d32 commit eb92696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Restore node_modules from cache
uses: actions/cache@v4
with:
path: node_modules
path: ionic_ui_templates/node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
restore-keys: ${{ runner.os }}-node-modules-

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Restore node_modules from cache
uses: actions/cache@v4
with:
path: node_modules
path: ionic_ui_templates/node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
restore-keys: ${{ runner.os }}-node-modules-

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Restore node_modules from cache
uses: actions/cache@v4
with:
path: node_modules
path: ionic_ui_templates/node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
restore-keys: ${{ runner.os }}-node-modules-

Expand Down

0 comments on commit eb92696

Please sign in to comment.