Skip to content

Commit

Permalink
Update benchmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Aug 20, 2024
1 parent bdd0f74 commit d639feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
ref: ${{ github.event.pull_request.base.sha }}
fetch-depth: 0

- name: Use Node.js '16.15.0'
uses: actions/setup-node@v2
- name: Use Node.js v20
uses: actions/setup-node@v3
with:
node-version: "16.15.0"
node-version: "20.x"
cache: "npm"

- name: 📦 Install dependencies
Expand Down

0 comments on commit d639feb

Please sign in to comment.