Skip to content

Commit 747d2a9

Browse files
committed
chore: use yarn for biome workflow to avoid package-lock sync issue
1 parent 9662f8c commit 747d2a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/biome.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ biomeWorkflow?.addJobs({
4949
},
5050
},
5151
{
52-
run: 'npm ci',
52+
run: 'yarn install',
5353
},
5454
{
5555
run: 'npx biome check',

0 commit comments

Comments
 (0)