Skip to content

chore(deps-dev): bump @angular/core, @angular/build, @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic and @angular/router #205

chore(deps-dev): bump @angular/core, @angular/build, @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic and @angular/router

chore(deps-dev): bump @angular/core, @angular/build, @angular/common, @angular/platform-browser, @angular/forms, @angular/platform-browser-dynamic and @angular/router #205

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
with:
cache: npm
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build library
run: npm run ci:build:lib