debug force bun 1.3.14 in ci
This commit is contained in:
parent
8016ffe199
commit
2f84d592b1
2 changed files with 2 additions and 2 deletions
2
.github/actions/setup-bun/action.yml
vendored
2
.github/actions/setup-bun/action.yml
vendored
|
|
@ -13,7 +13,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
if [ "$RUNNER_ARCH" = "X64" ]; then
|
||||
V=$(node -p "require('./package.json').packageManager.split('@')[1]")
|
||||
V=1.3.14
|
||||
case "$RUNNER_OS" in
|
||||
macOS) OS=darwin ;;
|
||||
Linux) OS=linux ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue