From e3139593d9f5e396df66a9163f0fdd44094b4e3b Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Tue, 2 Nov 2021 21:06:11 +0000 Subject: [PATCH] updated path to version file --- .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 321f6efe..459f33cd 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -89,7 +89,7 @@ jobs: - name: Setup node from node version file uses: ./ with: - node-version-file: '.nvmrc' + node-version-file: '__tests__/data/.nvmrc' - name: Verify node run: __tests__/verify-node.sh 14