Skip to content

Commit

Permalink
fix: deno version fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Jan 20, 2025
1 parent f25d37b commit 3a06297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
BERRY_VERSION="$(corepack yarn@latest -v)"
PNPM_VERSION="$(corepack pnpm@latest -v)"
BUN_VERSION="$(bun -v)"
DENO_VERSION="$(echo "${$(deno -v)/deno/}" | xargs)"
DENO_VERSION="$(npm view deno@latest version)"
echo "npm: $NPM_VERSION"
echo "vlt: $VLT_VERSION"
Expand All @@ -61,7 +61,7 @@ jobs:
echo "pnpm: $PNPM_VERSION"
echo "bun: $BUN_VERSION"
echo "deno: $DENO_VERSION"
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
# Log Benchmark Configurations
Expand Down

0 comments on commit 3a06297

Please sign in to comment.