Skip to content

feat: Add support for Angular 18 #11

feat: Add support for Angular 18

feat: Add support for Angular 18 #11

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test