Skip to content

Bump express from 4.18.2 to 4.19.2 #78

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #78

Workflow file for this run

name: CI-master
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 18.18.x
- name: Install dependencies
run: |
npm install
npm install -g @angular/cli
- name: Build
run: npm run package
- name: Test
run: ng test ngx-onboarding --watch=false --browsers=ChromeHeadless --code-coverage
env:
CI: true