Skip to content

Commit

Permalink
fix(yarn2-install): remove working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 16, 2023
1 parent 6b2f89e commit b39faee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yarn2-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ runs:
- uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
cache: 'yarn'

- name: 'Get yarn cache directory path'
id: find-cache-dir
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
shell: bash
working-directory: tooling

- name: 'Restore yarn cache'
uses: actions/cache@v3
Expand Down

0 comments on commit b39faee

Please sign in to comment.