Skip to content

Bump nyc from 15.1.0 to 17.0.0 #34

Bump nyc from 15.1.0 to 17.0.0

Bump nyc from 15.1.0 to 17.0.0 #34

Workflow file for this run

name: Test
on:
# Run build tests on pull requests
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test