Skip to content

ci: bump the actions-deps group across 1 directory with 3 updates #488

ci: bump the actions-deps group across 1 directory with 3 updates

ci: bump the actions-deps group across 1 directory with 3 updates #488

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v6
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 16.18.0
- name: Install and Build
run: |
npm install
npm install @angular/cli > /dev/null
npx ng build