Skip to content

build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 #1424

build(deps): bump path-to-regexp from 1.8.0 to 1.9.0

build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 #1424

Workflow file for this run

# GitHub action to build
name: Build
on:
push:
branches:
- main
- release
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --legacy-peer-deps
- run: npm run build