Skip to content

build(deps-dev): bump cypress from 13.16.0 to 13.17.0 #367

build(deps-dev): bump cypress from 13.16.0 to 13.17.0

build(deps-dev): bump cypress from 13.16.0 to 13.17.0 #367

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18, 20 ]
steps:
- uses: actions/checkout@v3
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm ci
- run: npm test