Skip to content

Commit

Permalink
Check npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrks committed Jun 12, 2024
1 parent 4ead87e commit 48404ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
reproduction:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -18,4 +18,6 @@ jobs:
- name: Reproduction
continue-on-error: true
shell: bash
run: timeout --preserve-status -s INT 3 npm start
run: |-
npm -v
timeout --preserve-status -s INT 3 npm start

0 comments on commit 48404ce

Please sign in to comment.