debug force bun 1.3.14 in ci

This commit is contained in:
Sebastian Herrlinger
2026-05-16 14:24:53 +02:00
parent 8016ffe199
commit 2f84d592b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 ;;