Skip to content

Bump webpack-dev-middleware from 3.7.2 to 5.3.4 in /webview #141

Bump webpack-dev-middleware from 3.7.2 to 5.3.4 in /webview

Bump webpack-dev-middleware from 3.7.2 to 5.3.4 in /webview #141

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: yarn install
- run: yarn build