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