Skip to content

chore: bump angular 15 to 16 #21

chore: bump angular 15 to 16

chore: bump angular 15 to 16 #21

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- uses: borales/actions-yarn@v4
with:
cmd: install
- name: build
uses: borales/actions-yarn@v4
with:
cmd: build
- name: test
uses: borales/actions-yarn@v4
with:
cmd: test:ci