From ac6e7ddd2fc2613bb59aab0ffc1fd57de2d2b7e5 Mon Sep 17 00:00:00 2001 From: Nick De Villiers Date: Thu, 16 Nov 2023 11:11:52 +0000 Subject: [PATCH] it's nvmrc, not nvrmc. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93ec67967f..a29dcd3a99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,10 +17,10 @@ jobs: with: path: "**/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - - name: Use Node.js from .nvrmc + - name: Use Node.js from .nvmrc uses: actions/setup-node@v3 with: - node-version-file: '.nvrmc' + node-version-file: '.nvmrc' - name: Install if: steps.yarn-cache.outputs.cache-hit != 'true' run: CYPRESS_INSTALL_BINARY=0 yarn install