Compare commits

...

2 Commits

Author SHA1 Message Date
HarithaVattikuti
65ceff7592
Merge 6887e239e3 into c2ac33f2c6 2024-05-14 19:06:48 +00:00
HarithaVattikuti
6887e239e3
macos lts failure fix 2024-05-14 14:06:45 -05:00

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"