Skip to content

Bump express from 4.18.2 to 4.19.2 #24

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #24

Workflow file for this run

name: Pull request build validation
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Build
run: npm run -- build --configuration=production --base-href=/EchelonExtractor/