ci: setup-bun-from-package-json-without-specified-field
This commit is contained in:
parent
93aa29fc97
commit
23db0613a5
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -179,12 +179,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > package.json
|
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > package.json
|
||||||
|
|
||||||
- name: foo/package.json (packageManager bun@1.1.0)
|
|
||||||
file: foo/package.json
|
|
||||||
run: |
|
|
||||||
mkdir -p foo
|
|
||||||
echo "$(jq '. += {"packageManager": "bun@1.1.0"}' package.json)" > foo/package.json
|
|
||||||
|
|
||||||
- name: package.json (packageManager yarn@bun@1.1.0)
|
- name: package.json (packageManager yarn@bun@1.1.0)
|
||||||
file: package.json
|
file: package.json
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user