use .tool-versions file for keeping track of bun version to use
This commit is contained in:
parent
fd705aecc5
commit
eb82f5d9fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Bun Setup
|
- name: Bun Setup
|
||||||
uses: oven-sh/setup-bun@v2
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version-file: '.tool-versions'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: bun install
|
run: bun install
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue