[READ-ONLY] Mirror of https://github.com/FoxxMD/logging. A typed, opinionated, batteries-included, Pino-based logging solution for backend TS/JS projects foxxmd.github.io/logging
child-logger logging logging-library nodejs pinojs typescript-library
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): Update npm install

FoxxMD (Jun 25, 2024, 9:19 AM EDT) d83ac211 c0cbcc09

+2 -1
+2 -1
.github/workflows/typedoc_deploy.yml
··· 16 16 node-version: 18.x 17 17 cache: 'npm' 18 18 19 - - run: npm ci 19 + # until typedoc-inline-sources is updated we need to force install 20 + - run: npm ci --force 20 21 - run: npm run build 21 22 22 23 - name: Create the docs directory locally in CI