Skip to content

Commit

Permalink
workaround for yarn caches on subprojects: from actions/setup-node#48…
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Martins authored and Manuel Martins committed Feb 27, 2023
1 parent 378ae69 commit b34be9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
shell: bash
working-directory: ja
working-directory: js
- name: Restore yarn cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NPM_PYPI.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
shell: bash
working-directory: ja
working-directory: js
- name: Restore yarn cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
shell: bash
working-directory: ja
working-directory: js
- name: Restore yarn cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b34be9a

Please sign in to comment.