Skip to content

Update @angular/cli to 16.2.0 and its dependencies #9

Update @angular/cli to 16.2.0 and its dependencies

Update @angular/cli to 16.2.0 and its dependencies #9

Workflow file for this run

name: Node CI/CD
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install and Build
run: |
yarn install
yarn build:prod
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist