Skip to content

Commit

Permalink
Update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 7, 2025
1 parent cbf6883 commit d3c3cc2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/compare-js-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "22"

- name: Install Dependencies
run: yarn install

# - name: Install
# run: yarn install --frozen-lockfile

- name: Run setup command
if: inputs.setup != ''
run: node --run ${{ inputs.setup }}

- name: Download all benchmark artifacts
uses: actions/download-artifact@v4

Expand Down

0 comments on commit d3c3cc2

Please sign in to comment.