Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Bump path-to-regexp from 6.2.2 to 7.0.0 #42

Bump path-to-regexp from 6.2.2 to 7.0.0

Bump path-to-regexp from 6.2.2 to 7.0.0 #42

Workflow file for this run

name: Teste
on:
pull_request:
push:
jobs:
test:
runs-on: "ubuntu-latest"
strategy:
matrix:
node:
- 20.x
- 19.x
- 18.x
- 17.x
- 16.x
- 15.x
- 14.x
name: "Test in node ${{ matrix.node }}"
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install --no-save
- run: npm pack
name: Transpiler and Pack