diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 21cda066..88988fa7 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v5 with: persist-credentials: false - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version-file: package.json cache: "npm"