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 40759e2 commit d6659c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compare-js-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
with:
node-version: ${{ inputs.node-version }}

- name: Install Dependencies
run: yarn install

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

0 comments on commit d6659c4

Please sign in to comment.