Skip to content

update angular 18

update angular 18 #136

Workflow file for this run

name: Build
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build