From 04a1a5790325309672c43e3102b44171a0ab6085 Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:50:47 +0000 Subject: [PATCH] node-version-file: '../.nvmrc' changed to .nvmrc --- .github/workflows/versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 01f595d5..607a58ce 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -89,7 +89,7 @@ jobs: - name: Setup node test uses: ./ with: - node-version-file: '../.nvmrc' + node-version-file: '.nvmrc' node-dist: runs-on: ${{ matrix.os }} strategy: