[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.

ci: Update gh deploy action

FoxxMD (Mar 7, 2024, 2:45 PM EST) a153ff34 812c7689

+3 -4
+3 -4
.github/workflows/typedoc_deploy.yml
··· 8 8 runs-on: ubuntu-latest 9 9 steps: 10 10 - name: Checkout the repository 11 - uses: actions/checkout@v3 11 + uses: actions/checkout@v4 12 12 13 13 - name: Setup Node.js 14 - uses: actions/setup-node@v3 14 + uses: actions/setup-node@v4 15 15 with: 16 16 node-version: 18.x 17 17 cache: 'npm' ··· 23 23 run: npm run typedoc 24 24 25 25 - name: Deploy 🚀 26 - uses: JamesIves/github-pages-deploy-action@4.1.4 26 + uses: JamesIves/github-pages-deploy-action@v4 27 27 with: 28 - branch: gh-pages 29 28 folder: docs