fix check failures

This commit is contained in:
“gowridurgad” 2025-04-10 18:51:27 +05:30
parent a8bd73a4ce
commit ed8e4ba28b
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- if: runner.os != 'Windows'
- if: runner.os != 'Windows' && runner.os != 'macos'
name: Verify node and npm
run: |
. "$NVM_DIR/nvm.sh"