Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

⬆️ Bump @angular/animations from 16.2.0 to 16.2.6 #47

⬆️ Bump @angular/animations from 16.2.0 to 16.2.6

⬆️ Bump @angular/animations from 16.2.0 to 16.2.6 #47

Workflow file for this run

name: Build
on:
pull_request:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ^16.13.0
- run: npm ci
- run: npm run build