Skip to content

Bump webpack-dev-server from 3.11.2 to 5.2.1 #155

Bump webpack-dev-server from 3.11.2 to 5.2.1

Bump webpack-dev-server from 3.11.2 to 5.2.1 #155

Workflow file for this run

name: ci_tests
on:
pull_request:
branches:
- master
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Cache node modules
uses: actions/cache@v1
with:
path: node_modules
key: dependencies
- run: npm i
- run: npm run lint
- run: npm run test