Skip to content

chore(deps): bump path-to-regexp and express #230

chore(deps): bump path-to-regexp and express

chore(deps): bump path-to-regexp and express #230

Workflow file for this run

name: test
on:
push:
branches-ignore:
- main
pull_request:
types: [opened, reopened]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install --force
- run: npm run lint