From 3932494b7eb7cd3ab040314a60828d930bb3df0a Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Thu, 31 Oct 2024 17:19:36 -0400 Subject: [PATCH] checkout repo before using nvmrc --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 50716ce7bf7..20dc438dc54 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -71,6 +71,9 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 # install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo - name: install Chrome stable run: |