Skip to content

Apply syntax changes proposed in whatwg/urlpattern#198. #43

Apply syntax changes proposed in whatwg/urlpattern#198.

Apply syntax changes proposed in whatwg/urlpattern#198. #43

Workflow file for this run

name: run-tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.0.0
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install --no-package-lock
- name: Test
run: npm test