Skip to content

chore(deps): bump @angular/compiler from 17.3.0 to 17.3.6 #2015

chore(deps): bump @angular/compiler from 17.3.0 to 17.3.6

chore(deps): bump @angular/compiler from 17.3.0 to 17.3.6 #2015

Workflow file for this run

name: Test
on:
pull_request:
push:
branches-ignore:
- release
jobs:
build:
name: Node.js CI
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: ['18', '20', '21']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:lib
- run: npm test
- run: npm run build:pages