mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-21 22:18:25 +02:00
Make bun resolve to single file path when an absolute path is given
This commit is contained in:
parent
8f1bc2eeb3
commit
c765910206
2 changed files with 6 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -85,6 +85,10 @@ jobs:
|
|||
file: package.json
|
||||
run: |
|
||||
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > package.json
|
||||
- name: /foo/package.json (bun@1.1.0)
|
||||
file: ${{ github.workspace }}/foo//foo/package.json
|
||||
run: |
|
||||
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > ${{ github.workspace }}/foo/package.json
|
||||
- name: package.json (yarn@bun@1.1.0)
|
||||
file: package.json
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue