Skip to content

fix: config filter does not evaluate null collectly #63

fix: config filter does not evaluate null collectly

fix: config filter does not evaluate null collectly #63

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
push:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v4
- run: touch package-lock.json
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
cache: 'npm'
- run: npm install
- run: npm test