Skip to content

Bump nyc from 13.1.0 to 17.0.0 #49

Bump nyc from 13.1.0 to 17.0.0

Bump nyc from 13.1.0 to 17.0.0 #49

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn test