Skip to content

Run npm update and audit fix #1160

Run npm update and audit fix

Run npm update and audit fix #1160

Workflow file for this run

name: ESLint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install -g npm@8
- run: npm ci
- run: npm run ci-lint