Skip to content

Bump jasmine-core from 4.6.0 to 5.1.1 #8

Bump jasmine-core from 4.6.0 to 5.1.1

Bump jasmine-core from 4.6.0 to 5.1.1 #8

name: Build On Pull Request
on:
pull_request:
branches: [ "master","develop" ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup JDK 8
uses: actions/setup-java@v2
with:
java-version: 8
distribution: 'adopt'
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Build with NPM and Maven
run: |
npm config set legacy-peer-deps true
npm install -g @angular/cli
npm install [email protected] --save-dev
npm install --force
npm run build