mirror of https://github.com/actions/setup-node
macos lts failure fix
This commit is contained in:
parent
0681241961
commit
6887e239e3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue