Skip to content

Bump express from 4.17.3 to 4.19.2 #33

Bump express from 4.17.3 to 4.19.2

Bump express from 4.17.3 to 4.19.2 #33

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Test
run: |
npm install
npm test