This commit is contained in:
parent
a48f0603b2
commit
9fb856e43f
3 changed files with 4 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Bun Setup
|
- name: Bun Setup
|
||||||
uses: oven-sh/setup-bun@v2
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version-file: '.tool-versions'
|
bun-version-file: 'mise.toml'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: bun install
|
run: bun install
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
bun 1.2.4
|
|
||||||
2
mise.toml
Normal file
2
mise.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[tools]
|
||||||
|
bun = "latest"
|
||||||
Loading…
Add table
Reference in a new issue