Skip to content

Commit 0d665ac

Browse files
Pin Biome version to 1.9.4 in GitHub workflow
1 parent 4ea93e1 commit 0d665ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/biome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Setup Biome
1818
uses: biomejs/setup-biome@v2
1919
with:
20-
version: latest
20+
version: "1.9.4"
2121
- name: Run Biome
2222
run: biome ci .

0 commit comments

Comments
 (0)