Skip to content

Update angularmaterial monorepo to v18 #281

Update angularmaterial monorepo to v18

Update angularmaterial monorepo to v18 #281

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Runs Tests within Docker Instance
run: |
npm ci --quiet --no-progress
npm run test:once