Skip to content

Bump @angular/platform-browser from 17.1.3 to 17.3.3 #330

Bump @angular/platform-browser from 17.1.3 to 17.3.3

Bump @angular/platform-browser from 17.1.3 to 17.3.3 #330

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 20
- name: Test
run: |
npm ci && \
npm run lint && \
npm run spellcheck && \
npm run test:ci && \
npm run build:prod
env:
CI: true