diff --git a/.github/workflows/version-file-workflow.yml b/.github/workflows/version-file-workflow.yml index 3f20f67a..7d00abad 100644 --- a/.github/workflows/version-file-workflow.yml +++ b/.github/workflows/version-file-workflow.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup node test - uses: actions/setup-node@v2 + uses: ./ with: node-version-file: '.nvmrc' - run: npm ci