Skip to content

Bump nyc from 17.0.0 to 17.1.0 #54

Bump nyc from 17.0.0 to 17.1.0

Bump nyc from 17.0.0 to 17.1.0 #54

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test