Skip to content

Bump @angular-eslint/eslint-plugin-template from 17.5.1 to 19.0.2 #174

Bump @angular-eslint/eslint-plugin-template from 17.5.1 to 19.0.2

Bump @angular-eslint/eslint-plugin-template from 17.5.1 to 19.0.2 #174

Workflow file for this run

name: Testing
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- name: Install Ionic
run: npm install -g @ionic/cli @angular/cli
- name: Install app dependencies
run: npm install
- name: test ci
run: npm ci
- name: test ng
run: ng test --no-watch --no-progress --browsers=ChromeHeadless