Skip to content

lint, upgrade tests based on picomatch changes #16

lint, upgrade tests based on picomatch changes

lint, upgrade tests based on picomatch changes #16

Workflow file for this run

name: Tests
on: [push, pull_request]
env:
CI: true
jobs:
test:
name: Node.js ${{ matrix.node-version }} @ ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14, 16, 17]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test