Skip to content

[Snyk] Security upgrade terser-webpack-plugin from 2.2.3 to 5.3.11 #581

[Snyk] Security upgrade terser-webpack-plugin from 2.2.3 to 5.3.11

[Snyk] Security upgrade terser-webpack-plugin from 2.2.3 to 5.3.11 #581

Workflow file for this run

name: Javascript analysis
on:
push:
branches:
- '6.2'
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '12.x'
- uses: actions/checkout@v2
- name: ESLint
run: |
cd src/Administration/Resources/app/administration
npm i
PROJECT_ROOT=$(pwd) node_modules/.bin/eslint --ext .js,.vue src test