Skip to content

Commit a7d9d5a

Browse files
committed
ci: pin biome version for lint
1 parent 7f30ce3 commit a7d9d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Install TypeScript and Biome globally as a workaround
4747
# See: https://github.com/ton-ai-core/vibecode-linter/issues (pending issue)
4848
- name: Install global linter dependencies
49-
run: npm install -g typescript @biomejs/biome
49+
run: npm install -g typescript @biomejs/biome@2.3.11
5050
- run: pnpm lint
5151

5252
test:
@@ -59,7 +59,7 @@ jobs:
5959
uses: ./.github/actions/setup
6060
# vibecode-linter uses npx internally for dependency checks (lint:tests runs first)
6161
- name: Install global linter dependencies
62-
run: npm install -g typescript @biomejs/biome
62+
run: npm install -g typescript @biomejs/biome@2.3.11
6363
- run: pnpm test
6464

6565
lint-effect:

0 commit comments

Comments
 (0)