Skip to content

attendance-management-angular-13 (JS-0323) Detected usage of the `any… #15

attendance-management-angular-13 (JS-0323) Detected usage of the `any…

attendance-management-angular-13 (JS-0323) Detected usage of the `any… #15

Workflow file for this run

name: Angular Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
# - name: Setup Chrome
# uses: browser-actions/setup-chrome@latest
# - name: Export Chrome Binary
# run: export ${{ format('CHROME_BINARY={0}', steps.setup-chrome.outputs.chrome-path) }}
# - name: Test
# run: npm test