diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19e09b8133..a7bc0b7fa7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,5 +43,7 @@ jobs: uses: actions/checkout@v4 - name: Set-up Biome uses: biomejs/setup-biome@v2 + with: + version: 1.9.4 - name: Run biome run: biome ci diff --git a/Makefile b/Makefile index 5d43259477..92db004a94 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,10 @@ fmt: git diff --exit-code fmt-js: - npx @biomejs/biome format --write + npx @biomejs/biome@1.9 format --write lint-js: - npx @biomejs/biome lint + npx @biomejs/biome@1.9 lint clean: dune clean