Skip to content

chore: update to ng 15 #55

chore: update to ng 15

chore: update to ng 15 #55

Workflow file for this run

name: CI
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
- run: npm run lint