Skip to content

Upgrade angular to >=12 <=16 #2

Upgrade angular to >=12 <=16

Upgrade angular to >=12 <=16 #2

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.0.0
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: |
npm ci
- name: Run tests
run: npm run test:ci