Skip to content

Bump path-to-regexp from 6.2.2 to 6.3.0 (#142) #338

Bump path-to-regexp from 6.2.2 to 6.3.0 (#142)

Bump path-to-regexp from 6.2.2 to 6.3.0 (#142) #338

Workflow file for this run

on: [push]
name: Tests
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install root project dependencies
run: npm ci
- name: Install extensions dependencies
run: npm run install-extensions
- name: Run tests
uses: GabrielBB/[email protected]
with:
run: npm run sample-tests