Skip to content

Commit a9763ed

Browse files
committed
ci: test with nightly version
1 parent 1cf5750 commit a9763ed

File tree

3 files changed

+39
-38
lines changed

3 files changed

+39
-38
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Check equality
6464
shell: bash
6565
env:
66-
BIOME_EXPECTED_VERSION: 2.0.0-beta.5
66+
BIOME_EXPECTED_VERSION: 1.9.5-nightly.81fdedb
6767
run: |
6868
if [ "Version: ${{ env.BIOME_EXPECTED_VERSION }}" == "${{ steps.version.outputs.version }}" ]; then
6969
exit 0

test/fixtures/npm/package-lock.json

Lines changed: 37 additions & 36 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": "2.0.0-beta.5"
12+
"@biomejs/biome": "1.9.5-nightly.81fdedb"
1313
}
1414
}

0 commit comments

Comments
 (0)