Skip to content

Bump @angular/core from 10.1.6 to 10.2.5 #134

Bump @angular/core from 10.1.6 to 10.2.5

Bump @angular/core from 10.1.6 to 10.2.5 #134

Workflow file for this run

name: ci
on: [push,pull_request]
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
node:
- 'lts/*'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm run lint
- uses: GabrielBB/xvfb-action@v1
with:
run: npm run test