Skip to content

Commit 3a06297

Browse files
committed
fix: deno version fetch
1 parent f25d37b commit 3a06297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
BERRY_VERSION="$(corepack yarn@latest -v)"
5353
PNPM_VERSION="$(corepack pnpm@latest -v)"
5454
BUN_VERSION="$(bun -v)"
55-
DENO_VERSION="$(echo "${$(deno -v)/deno/}" | xargs)"
55+
DENO_VERSION="$(npm view deno@latest version)"
5656
5757
echo "npm: $NPM_VERSION"
5858
echo "vlt: $VLT_VERSION"
@@ -61,7 +61,7 @@ jobs:
6161
echo "pnpm: $PNPM_VERSION"
6262
echo "bun: $BUN_VERSION"
6363
echo "deno: $DENO_VERSION"
64-
64+
6565
echo "{ npm: \"$NPM_VERSION\", vlt: \"$VLT_VERSION\", yarn: \"$YARN_VERSION\", berry: \"$BERRY_VERSION\", pnpm: \"$PNPM_VERSION\", bun: \"$BUN_VERSION\", deno: \"$DENO_VERSION\" }" > ./results/versions.json
6666
6767
# Log Benchmark Configurations

0 commit comments

Comments
 (0)