Skip to content

ci: bump actions/setup-node from 5 to 6 in the actions-deps group #484

ci: bump actions/setup-node from 5 to 6 in the actions-deps group

ci: bump actions/setup-node from 5 to 6 in the actions-deps group #484

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v5
- 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