Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 317 Bytes

express-server-helper

Middleware wrapper for common express microservice usage.

Repo configuration

The workflow files for this repo require the NODE_VERSION and NPM_VERSION var to be specified.

  gh auth login
  gh variable set NODE_VERSION -b "20.15.1"
  gh variable set NPM_VERSION -b "10.8.2"