Skip to content

build(deps): bump express from 4.18.1 to 4.19.2 #1196

build(deps): bump express from 4.18.1 to 4.19.2

build(deps): bump express from 4.18.1 to 4.19.2 #1196

Workflow file for this run

name: Test build
on: [push, pull_request]
jobs:
test_build:
name: Test Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
cp CI/ESS/local.config.json src/local.config.json
npm ci
npm run build