Skip to content

Commit cbcb76b

Browse files
committed
Correctly change biome in CI
1 parent 18baafa commit cbcb76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
args: "format --check"
2222

2323
- name: Setup Biome
24-
uses: biomejs/setup-biome@v1.9.4
24+
uses: biomejs/setup-biome@v2
2525
with:
26-
version: latest
26+
version: 1.9.4
2727

2828
- name: Run Biome
2929
run: biome ci .

0 commit comments

Comments
 (0)