Make bun resolve to single file path when an absolute path is given

This commit is contained in:
Florian Barbare 2024-12-09 15:29:07 +00:00
parent 8f1bc2eeb3
commit c765910206
2 changed files with 6 additions and 2 deletions

View file

@ -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: |