Skip to content

🚨 [security] Update express 4.19.2 → 4.21.1 (minor) #1603

🚨 [security] Update express 4.19.2 → 4.21.1 (minor)

🚨 [security] Update express 4.19.2 → 4.21.1 (minor) #1603

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint