Skip to content

Bump express from 4.18.2 to 4.19.2 #225

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #225

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test and build
uses: actions/setup-node@v1
with:
node-version: 18.15
- run: npm install
- run: npm run test
env:
CI: true