Skip to content

Commit e729429

Browse files
committed
fix: newlines in version logs
1 parent f17e4dd commit e729429

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/benchmark.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
PNPM_VERSION="$(corepack pnpm@latest -v)"
5454
BUN_VERSION="$(bun -v)"
5555
DENO_VERSION="$(echo "${$(deno -v)/deno/}" | xargs)"
56-
ALL="npm: $NPM_VERSION /
57-
vlt: $VLT_VERSION /
58-
yarn: $YARN_VERSION /
59-
berry: $BERRY_VERSION /
60-
pnpm: $PNPM_VERSION /
61-
bun: $BUN_VERSION /
56+
ALL="npm: $NPM_VERSION \n
57+
vlt: $VLT_VERSION \n
58+
yarn: $YARN_VERSION \n
59+
berry: $BERRY_VERSION \n
60+
pnpm: $PNPM_VERSION \n
61+
bun: $BUN_VERSION \n
6262
deno: $DENO_VERSION"
6363
echo $ALL
6464
echo $ALL > ./results/versions

0 commit comments

Comments
 (0)