Skip to content

Bump eslint-plugin-cypress from 2.13.1 to 2.14.0 #1421

Bump eslint-plugin-cypress from 2.13.1 to 2.14.0

Bump eslint-plugin-cypress from 2.13.1 to 2.14.0 #1421

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.x]
name: Node ${{ matrix.node }} run
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- run: npm install
- run: make test