Skip to content

build(deps-dev): bump @types/node from 22.9.0 to 22.10.2 #1700

build(deps-dev): bump @types/node from 22.9.0 to 22.10.2

build(deps-dev): bump @types/node from 22.9.0 to 22.10.2 #1700

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 22
- run: npm ci
- run: npm run ci
- uses: codecov/codecov-action@v3
with:
files: ./lcov.info
fail_ci_if_error: false
verbose: true