Update versions.yml

This commit is contained in:
aparnajyothi-y 2024-09-30 19:16:05 +05:30 committed by GitHub
parent 7afaaa44b1
commit 0fb7f56828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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}