Skip to content

build(deps): bump path-to-regexp from 3.2.0 to 8.0.0 #7

build(deps): bump path-to-regexp from 3.2.0 to 8.0.0

build(deps): bump path-to-regexp from 3.2.0 to 8.0.0 #7

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install
run: yarn --no-lock-file
- name: Run test
run: yarn test-all