Skip to content

Bump path-to-regexp from 1.8.0 to 1.9.0 #286

Bump path-to-regexp from 1.8.0 to 1.9.0

Bump path-to-regexp from 1.8.0 to 1.9.0 #286

Workflow file for this run

name: Jest Tests
on:
push:
branches: [develop]
pull_request:
branches: [develop, main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 18
- name: Install
run: npm ci
- name: Test
run: npm run test:coverage -- --maxWorkers=2