Skip to content

build(deps): bump serve-static and express #333

build(deps): bump serve-static and express

build(deps): bump serve-static and express #333

Workflow file for this run

name: vscode-ext-test
on: [push, pull_request]
jobs:
test:
name: VS Code Test
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- name: Run tests in VS Code
uses: GabrielBB/[email protected]
with:
run: npm test