mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
ci: test for .bun-version
This commit is contained in:
parent
e29b8409e8
commit
275f7ae85d
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue