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}