Skip to content

[Snyk] Security upgrade lerna from 3.16.4 to 6.5.0 #571

[Snyk] Security upgrade lerna from 3.16.4 to 6.5.0

[Snyk] Security upgrade lerna from 3.16.4 to 6.5.0 #571

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