Skip to content

Bump express from 4.21.1 to 4.21.2 #373

Bump express from 4.21.1 to 4.21.2

Bump express from 4.21.1 to 4.21.2 #373

Workflow file for this run

name: npm build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Compile TypeScript
run: npm run build
- name: Run linter
run: npm run lint