Skip to content

Merge pull request #62 from cypress-io/renovate/nyc-17.x #142

Merge pull request #62 from cypress-io/renovate/nyc-17.x

Merge pull request #62 from cypress-io/renovate/nyc-17.x #142

Workflow file for this run

name: Check with yarn
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.16"
- run: yarn install
- run: yarn test