From 719c29214f98517ff9e7658932a6ceaf4f9fbadf Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Mon, 24 Mar 2025 10:10:18 +0100 Subject: [PATCH] [KocalBiomeJsBundle] Pin explicit version (#1765) I should have done this at the very first, but it's the same than https://github.com/symfony/recipes/pull/1383 --- kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.yaml b/kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.yaml index 233a5d8b..eda048c6 100644 --- a/kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.yaml +++ b/kocal/biome-js-bundle/1.1/config/packages/kocal_biome_js.yaml @@ -3,5 +3,5 @@ when@dev: # Biome.js CLI version to use: # - "latest_stable": use the latest stable version # - "latest_nightly": use the latest nightly version - # - or a specific version, e.g. "v1.8.3", find available tags at https://github.com/biomejs/biome/tags - binary_version: 'latest_stable' + # - or a specific version, e.g. "v1.9.4", find available tags at https://github.com/biomejs/biome/tags + binary_version: 'v1.9.4'