Skip to content

[Snyk] Security upgrade vscode-extension-telemetry from 0.1.2 to 0.4.5 #62

[Snyk] Security upgrade vscode-extension-telemetry from 0.1.2 to 0.4.5

[Snyk] Security upgrade vscode-extension-telemetry from 0.1.2 to 0.4.5 #62

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 12.x
- run: npm ci
- run: npm run vscode:prepublish
- run: npm run unitTests
- name: Run tests
uses: coactions/setup-xvfb@main
with:
run: npm test