From e5ce72fb32c0dc21510e7810055c5704069fb9cf Mon Sep 17 00:00:00 2001 From: thedevelobear Date: Wed, 12 Jun 2024 15:49:17 +0200 Subject: [PATCH] fix: invalid node-version-file path --- .github/workflows/ci-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index 45a647a4..715ae42d 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version-file: '**/.nvmrc' - name: Restore cache uses: actions/cache@v4