Skip to content

Commit

Permalink
ci: cache yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jun 12, 2023
1 parent 9ff6265 commit e71b8d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'

- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: |
yarn set version 3.2.0
Expand Down

0 comments on commit e71b8d1

Please sign in to comment.