Skip to content

chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 #365

chore(deps-dev): bump sinon from 15.2.0 to 16.0.0

chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 #365

Workflow file for this run

name: macos-ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-latest
name: macos-node-v${{ matrix.node-version }}
strategy:
fail-fast: false
matrix:
node-version: [12, 14, 15, 16]
steps:
- name: checkout
uses: actions/checkout@v2
- name: use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: npm install
- name: run build script
run: npm run coverage