Skip to content

Bump sinon from 15.0.3 to 15.1.2 #245

Bump sinon from 15.0.3 to 15.1.2

Bump sinon from 15.0.3 to 15.1.2 #245

Workflow file for this run

name: PR Validation
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run lint
- run: npm run test