build(deps-dev): bump webpack from 5.72.0 to 5.94.0 #331
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |