Skip to content

Bump express from 4.18.2 to 4.19.2 #105

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #105

name: Continuous Integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- uses: bahmutov/npm-install@v1
- run: npm test
- run: npm run build