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.