Updated angular version to latest
This commit is contained in:
		
							
								
								
									
										33
									
								
								.github/workflows/functions.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										33
									
								
								.github/workflows/functions.yaml
									
									
									
									
										vendored
									
									
								
							@@ -2,23 +2,24 @@ name: Build Functions
 | 
			
		||||
run-name: Build Functions
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    paths:
 | 
			
		||||
      - 'functions/**'
 | 
			
		||||
    push:
 | 
			
		||||
        paths:
 | 
			
		||||
            - 'firebase/**'
 | 
			
		||||
            - 'functions/**'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    name: Build NPM Project
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container: node
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Clone Repository
 | 
			
		||||
        uses: ztimson/actions/clone@develop
 | 
			
		||||
    build:
 | 
			
		||||
        name: Build NPM Project
 | 
			
		||||
        runs-on: ubuntu-latest
 | 
			
		||||
        container: node
 | 
			
		||||
        steps:
 | 
			
		||||
            -   name: Clone Repository
 | 
			
		||||
                uses: ztimson/actions/clone@develop
 | 
			
		||||
 | 
			
		||||
      - name: Install Dependencies
 | 
			
		||||
        run: npm i
 | 
			
		||||
        working-directory: functions
 | 
			
		||||
            -   name: Install Dependencies
 | 
			
		||||
                run: npm i
 | 
			
		||||
                working-directory: functions
 | 
			
		||||
 | 
			
		||||
      - name: Build Project
 | 
			
		||||
        run: npm run build
 | 
			
		||||
        working-directory: functions
 | 
			
		||||
            -   name: Build Project
 | 
			
		||||
                run: npm run build
 | 
			
		||||
                working-directory: functions
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user