Skip to content

Commit 66596da

Browse files
authored
Merge pull request #62 from thefrontside/explicit-yarn-install-lockfile-sync
use flags to allow refreshing lockfile in CI
2 parents 41240cb + a05965b commit 66596da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
recognizeContributors: true
4747
- name: sync lockfile
4848
if: steps.covector.outputs.commandRan == 'version'
49-
run: yarn install
49+
run: yarn install --refresh-lockfile --mode=update-lockfile
5050
- name: Create Pull Request With Versions Bumped
5151
id: cpr
5252
uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)