Skip to content

Commit

Permalink
fix(github-actions): test-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasSharma28 committed Oct 23, 2024
1 parent 2db11a0 commit c5626c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.13.1
cache: 'yarn'
yarn-version: '4.5.0'

- name: Clean yarn cache
run: yarn cache clean

- name: Initialize dependencies
run: yarn install
run: yarn install --frozen-lockfile

- name: Cache Dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit c5626c0

Please sign in to comment.