Bump @angular/platform-browser-dynamic from 17.0.3 to 17.0.9 #141
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was auto-generated by the Firebase CLI | |
# https://github.com/firebase/firebase-tools | |
name: Angular Firebase CI - Build | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
workflow_dispatch: | |
jobs: | |
build_pr: | |
name: Angular Firebase Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Set Node.js 18.x | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 18.x | |
- name: Install dependencies | |
run: yarn install | |
- name: Build for Firebase | |
run: yarn run build:firebase | |
- name: Archive firebase artifacts | |
uses: actions/upload-artifact@v3 | |
with: | |
name: 'Firebase Build' | |
path: | | |
dist | |
firebase.json | |
.firebaserc | |
!dist/**/*.md | |
retention-days: 1 |