Skip to content

Bump express from 4.18.2 to 4.19.2 #13

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #13

Workflow file for this run

name: 'Lint'
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- run: NPM_CONFIG_LEGACY_PEER_DEPS=true npm install
- run: npm run lint