Skip to content

Bump copy-webpack-plugin from 11.0.0 to 12.0.1 #148

Bump copy-webpack-plugin from 11.0.0 to 12.0.1

Bump copy-webpack-plugin from 11.0.0 to 12.0.1 #148

Workflow file for this run

---
name: Check build
on: push
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install NodeJS
uses: actions/setup-node@v1
with:
node-version: '12'
- name: Install npm dependencies
run: npm install
- name: Package code
run: npx webpack-cli