Skip to content

chore(deps-dev): bump cypress-visual-regression from 2.1.1 to 5.0.0 #1293

chore(deps-dev): bump cypress-visual-regression from 2.1.1 to 5.0.0

chore(deps-dev): bump cypress-visual-regression from 2.1.1 to 5.0.0 #1293

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test
env:
CI: true