Skip to content

chore(deps-dev): bump webpack-bundle-analyzer from 4.4.2 to 4.9.1 #1118

chore(deps-dev): bump webpack-bundle-analyzer from 4.4.2 to 4.9.1

chore(deps-dev): bump webpack-bundle-analyzer from 4.4.2 to 4.9.1 #1118

Workflow file for this run

name: Editor Lint Code Base
on: pull_request
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: '15.x'
- name: Install
run: |
npm ci
- name: eslint
run: |
npm run lint:all