Skip to content

Bump parse-url and documentation #70

Bump parse-url and documentation

Bump parse-url and documentation #70

Workflow file for this run

name: tests
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: npm install
run: |
npm ci
env:
CI: true
- name: Run tests
run: |
make test