Skip to content

chore: bump sinon from 17.0.0 to 17.0.1 #834

chore: bump sinon from 17.0.0 to 17.0.1

chore: bump sinon from 17.0.0 to 17.0.1 #834

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci --no-audit
- run: npm test
- uses: codecov/codecov-action@v3