From 0fb7f56828a2271f0b8a2fe1db882c9e12674c2a Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:16:05 +0530 Subject: [PATCH] Update versions.yml --- .github/workflows/versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index e2f57f0e..82674e21 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -39,8 +39,8 @@ jobs: with: node-version: ${{ matrix.node-version }} check-latest: true - - if: runner.os != 'Windows' && runner.os != 'macOS' - name: Verify node and npm + + - name: Verify node and npm run: | node_version=$(node --version) major_version=${node_version:1:2}