Skip to content

chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 #302

chore(deps-dev): bump sinon from 16.1.3 to 17.0.0

chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 #302

Workflow file for this run

name: ci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- 14
- 16
- 18
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run lint
- run: npm run test:ci
- run: bash <(curl -s https://codecov.io/bash)
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3