Skip to content

Bump webpack from 4.43.0 to 5.94.0 #538

Bump webpack from 4.43.0 to 5.94.0

Bump webpack from 4.43.0 to 5.94.0 #538

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm test
env:
CI: true