Skip to content

Commit 0d72221

Browse files
committed
ci: test auto-detection with prerelease version
1 parent ca901f3 commit 0d72221

File tree

3 files changed

+171
-161
lines changed

3 files changed

+171
-161
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
run: echo "version=$(biome --version)" >> "$GITHUB_OUTPUT"
6363
- name: Check equality
6464
shell: bash
65+
env:
66+
BIOME_EXPECTED_VERSION: 2.0.0-beta.5
6567
run: |
6668
if [ "Version: ${{ env.BIOME_EXPECTED_VERSION }}" == "${{ steps.version.outputs.version }}" ]; then
6769
exit 0

test/fixtures/npm/package-lock.json

Lines changed: 168 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@biomejs/biome": "1.5.0"
12+
"@biomejs/biome": "2.0.0-beta.5"
1313
}
1414
}

0 commit comments

Comments
 (0)