Skip to content

Bump path-to-regexp from 8.3.0 to 8.4.0 (#61) #135

Bump path-to-regexp from 8.3.0 to 8.4.0 (#61)

Bump path-to-regexp from 8.3.0 to 8.4.0 (#61) #135

name: Cypress Interceptors CI
on:
push:
branches: [main]
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install yarn
- run: yarn install
- run: yarn test:cypress:all