[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
This commit is contained in:
Hugo Alliaume
2025-03-24 10:10:18 +01:00
committed by GitHub
parent 2b30bbc3e9
commit 719c29214f
@@ -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'