Skip to content

Commit

Permalink
Fix node version for the s3 benchmark task
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 21, 2024
1 parent 1916cf9 commit 7960fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: actions/setup-node@v2-beta
with:
node-version: "14.16.0"
node-version: "14"

- name: Install
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 7960fc4

Please sign in to comment.