Skip to content

chore(deps-dev): bump webpack from 3.12.0 to 5.94.0 #343

chore(deps-dev): bump webpack from 3.12.0 to 5.94.0

chore(deps-dev): bump webpack from 3.12.0 to 5.94.0 #343

Workflow file for this run

name: Frontend
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install -g [email protected]
- run: |
gulp lint