From fa930747ed1b6560c09e2193b106c6220758bb89 Mon Sep 17 00:00:00 2001 From: sksaju Date: Tue, 5 Nov 2024 20:40:48 +0600 Subject: [PATCH] added Install node command in the cypress.yml --- .github/workflows/cypress.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index fc5836e..3d30f12 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -35,6 +35,10 @@ jobs: - name: Display structure of downloaded files run: ls -R working-directory: ${{ github.event.repository.name }} + - name: Install node + uses: actions/setup-node@v4 + with: + node-version-file: '.nvmrc' - name: Cache node_modules id: cache-node-modules uses: actions/cache@v4