Skip to content

Commit 3932494

Browse files
committed
checkout repo before using nvmrc
1 parent f614dba commit 3932494

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
needs: build
7272
runs-on: ubuntu-latest
7373
steps:
74+
- uses: actions/checkout@v4
75+
with:
76+
fetch-depth: 0
7477
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
7578
- name: install Chrome stable
7679
run: |

0 commit comments

Comments
 (0)