diff --git a/.github/workflows/reproduction.yml b/.github/workflows/reproduction.yml index 8432fe2..217c3d0 100644 --- a/.github/workflows/reproduction.yml +++ b/.github/workflows/reproduction.yml @@ -9,15 +9,17 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Node + - name: Set up Node uses: actions/setup-node@v4 with: node-version: 20 + - name: Set up Homebrew + uses: Homebrew/actions/setup-homebrew@master - name: Install Dependencies run: npm ci - name: Reproduction continue-on-error: true shell: bash run: |- - npm -v + brew install coreutils timeout --preserve-status -s INT 3 npm start