Skip to content

Update dependency eslint to ^8.48.0 #1576

Update dependency eslint to ^8.48.0

Update dependency eslint to ^8.48.0 #1576

Workflow file for this run

name: Webpack
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install
- run: npx webpack