Skip to content

chore(deps-dev): bump @types/sinon from 10.0.17 to 10.0.19 #1090

chore(deps-dev): bump @types/sinon from 10.0.17 to 10.0.19

chore(deps-dev): bump @types/sinon from 10.0.17 to 10.0.19 #1090

Workflow file for this run

# This workflow perform basic checks for a pull request
name: Pull Request Check
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run format:check
- run: npm run copyright:check
- run: xvfb-run -a npm run test
if: runner.os == 'Linux'
- run: npx @vscode/vsce package