Skip to content

Commit

Permalink
FIX LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 22, 2023
1 parent e901ec2 commit 95bac9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/sync-workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ runs:
REBUILD_PACKAGE: ${{ inputs.rebuild-package }}
with:
path: |
.yarn
node_modules
.yarn/cache
.yarn/install-state.gz
packages/**/node_modules
key: node-${{ runner.os }}-${{ runner.arch }}-${{ env.NODE_MODULE_CACHE_VERSION }}-${{ hashFiles('**/yarn.lock') }}
enableCrossOsArchive: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# Update this list also in .github/actions/sync-workspace/action.yml with exactly the same list
path: |
.yarn/cache
/yarn/install-state.gz
.yarn/install-state.gz
node_modules
packages/**/node_modules
key: node-${{ runner.os }}-${{ runner.arch }}-${{ env.NODE_MODULE_CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 95bac9c

Please sign in to comment.