Skip to content

Bump express from 4.18.2 to 4.19.2 #219

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #219

Workflow file for this run

name: CI
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Run eslint
run: yarn eslint