From 510ffc93e95d84e358b0c224a206be4221fc4bd4 Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Mon, 4 Oct 2021 09:39:19 -0400 Subject: [PATCH] Update version-file-workflow.yml --- .github/workflows/version-file-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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