Skip to content

build(deps-dev): bump typescript-eslint from 8.62.0 to 8.63.0 #32

build(deps-dev): bump typescript-eslint from 8.62.0 to 8.63.0

build(deps-dev): bump typescript-eslint from 8.62.0 to 8.63.0 #32

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
id-token: write
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npx ng lint ngx-dadata
- run: npx ng build ngx-dadata --configuration production
- run: npx ng test ngx-dadata --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v7
with:
files: coverage/lcov.info
use_oidc: true