Skip to content

Bump express from 4.20.0 to 4.21.0 #750

Bump express from 4.20.0 to 4.21.0

Bump express from 4.20.0 to 4.21.0 #750

Workflow file for this run

name: Build
on:
push:
branches: [ beta, alpha ]
pull_request:
branches: [ beta, alpha ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 21.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm i
- name: Run ESLint
run: npm run lint