Skip to content

Bump webpack-cli from 3.3.12 to 4.10.0 #19

Bump webpack-cli from 3.3.12 to 4.10.0

Bump webpack-cli from 3.3.12 to 4.10.0 #19

Workflow file for this run

---
name: "npm"
on:
push:
pull_request:
workflow_dispatch:
permissions: {}
jobs:
check:
name: Build with npm
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 14
- name: Build
run: npm install && npm run dist