Skip to content

Commit

Permalink
Update: Refresh lockfile for yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed May 7, 2024
1 parent d3e768d commit ccb7780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install dependencies
run: |
yarn set version stable
yarn install
yarn install --refresh-lockfile
yarn add ${{ env.dependencies }}
- name: Show config
run: yarn showConfig
Expand Down

0 comments on commit ccb7780

Please sign in to comment.