Skip to content

chore(deps-dev): bump @vscode/vsce from 2.20.1 to 2.21.0 #1982

chore(deps-dev): bump @vscode/vsce from 2.20.1 to 2.21.0

chore(deps-dev): bump @vscode/vsce from 2.20.1 to 2.21.0 #1982

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- name: npm test
uses: coactions/setup-xvfb@v1
with:
run: npm test