Skip to content

chore(deps): bump ngx-lottie from 21.2.0 to 22.0.0 #152

chore(deps): bump ngx-lottie from 21.2.0 to 22.0.0

chore(deps): bump ngx-lottie from 21.2.0 to 22.0.0 #152

Workflow file for this run

name: Test CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 22
uses: actions/setup-node@v5
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run test:ci