Skip to content

build(deps-dev): bump eslint-plugin-cypress from 2.13.3 to 2.15.1 #15400

build(deps-dev): bump eslint-plugin-cypress from 2.13.3 to 2.15.1

build(deps-dev): bump eslint-plugin-cypress from 2.13.3 to 2.15.1 #15400

Workflow file for this run

name: Node CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Build
run: yarn run build
- name: Format
run: yarn run format:check
- name: Lint
run: yarn run lint