From 2d3dae90f001b1c12df6a5eb662598197c89df3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:27:23 +0800 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#120) * chore(deps): update actions/setup-node action to v4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lawrence Li --- .github/workflows/ci.yaml | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00c1e7f..e3f2194 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - uses: pnpm/action-setup@v2.4.0 name: Install pnpm diff --git a/readme.md b/readme.md index 1ed25be..65b25f7 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # My Express Template -[![Mocha CI](https://github.com/Lonor/express-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/Lonor/express-api/actions/workflows/ci.yaml) -[![codecov](https://codecov.io/gh/Lonor/node-express-example/branch/main/graph/badge.svg?token=KI6j0Pvoid)](https://codecov.io/gh/Lonor/node-express-example) +[![Mocha CI](https://github.com/Lonor/express-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/la3rence/express-api/actions/workflows/ci.yaml) +[![codecov](https://codecov.io/gh/la3rence/node-express-example/branch/main/graph/badge.svg?token=KI6j0Pvoid)](https://codecov.io/gh/la3rence/node-express-example) This is a demo app when I was learning Node.js with pure ESM support, test coverage, ci/cd, container support and swagger integration.