From 6a3a94358bcb5d33b8cfa29ae8eccf2ae857aaf1 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Wed, 18 Oct 2023 12:41:59 +0100 Subject: [PATCH] Add nvm init command --- .github/workflows/cypress.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e50bc61e5..9c49b8a2b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Initialise nvm + run: . ~/.init-nvm.sh + - name: Install yarn dependencies run: yarn install env: