Skip to content

Bump @angular/animations from 18.2.13 to 19.1.5 in /locateMe #809

Bump @angular/animations from 18.2.13 to 19.1.5 in /locateMe

Bump @angular/animations from 18.2.13 to 19.1.5 in /locateMe #809

Workflow file for this run

name: Test
on: push
jobs:
check:
runs-on: ubuntu-latest
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
steps:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install
run: |
cd locateMe
npm install
- name: Test
run: |
cd locateMe
npm run test:headless
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN != '' }}
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}