macos lts failure fix

This commit is contained in:
HarithaVattikuti 2024-05-14 14:06:45 -05:00 committed by GitHub
parent 0681241961
commit 6887e239e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"