Skip to content

Bump webpack from 4.41.2 to 5.94.0 #8

Bump webpack from 4.41.2 to 5.94.0

Bump webpack from 4.41.2 to 5.94.0 #8

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
- name: setup Node
uses: actions/setup-node@v1
with:
node-version: 10.x
registry-url: 'https://registry.npmjs.org'
- name: run build
run: |
npm ci
npm run build