diff --git a/Makefile b/Makefile index 3e27dbd..42f210d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome) +BIOME_BASE_CMD := $(if $(shell which biome),biome,npx @biomejs/biome@1.9.4) BIOME_CONFIG_PATH := --config-path="biome.json" WRITE_FLAG := --write