Skip to content

fix(deps): update dependency webpack to v5 [security] #420

fix(deps): update dependency webpack to v5 [security]

fix(deps): update dependency webpack to v5 [security] #420

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Lint&Test
run: |
npm install
npm run lint
npm run test