From ad3d744ff7de2b025ba0d426fdff71b90829e711 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 17:46:45 +0200 Subject: [PATCH] nvmrc ref fix --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'