Skip to content

Bump express from 4.15.2 to 4.19.2 in /Tests/FunctionalTests/TestApp #308

Bump express from 4.15.2 to 4.19.2 in /Tests/FunctionalTests/TestApp

Bump express from 4.15.2 to 4.19.2 in /Tests/FunctionalTests/TestApp #308

Workflow file for this run

name: Node.js runtime CI
on:
pull_request:
branches: [ develop, master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12, 14, 16, 18]
steps:
- uses: actions/checkout@v2
- name: (${{ matrix.os }}) on Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test