ci: test for .bun-version
This commit is contained in:
parent
e29b8409e8
commit
275f7ae85d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -76,6 +76,10 @@ jobs:
|
|||||||
file: .bumrc
|
file: .bumrc
|
||||||
run: |
|
run: |
|
||||||
echo "1.1.0" > .bumrc
|
echo "1.1.0" > .bumrc
|
||||||
|
- name: .bun-version (1.1.0)
|
||||||
|
file: .bun-version
|
||||||
|
run: |
|
||||||
|
echo "1.1.0" > .bun-version
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user