diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 0c0200e8068..23b06a5b37e 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -217,7 +217,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version-file: .nvmrc + node-version-file: ./website/.nvmrc - name: Install Packages if: steps.modulescache.outputs.cache-hit != 'true'