Skip to content

Bump express from 4.18.2 to 4.19.2 #34

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #34

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm run build:prod