Skip to content

Bump path-to-regexp from 6.2.1 to 6.3.0 #286

Bump path-to-regexp from 6.2.1 to 6.3.0

Bump path-to-regexp from 6.2.1 to 6.3.0 #286

Workflow file for this run

name: Complete Check
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build:ci