Skip to content

Bump path-to-regexp from 0.1.12 to 0.1.13 #63

Bump path-to-regexp from 0.1.12 to 0.1.13

Bump path-to-regexp from 0.1.12 to 0.1.13 #63

Workflow file for this run

name: Tests
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
node_version: [24, 25]
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ matrix.node_version }}"
- run: yarn --ignore-scripts --pure-lockfile
- run: yarn test