[Fix] nvm install-latest-npm: ensure npm 8 does not install on unsupported nodes

This commit is contained in:
Jordan Harband
2021-10-05 15:13:45 -07:00
parent 2bda9fd97e
commit ebbd30eb7f
3 changed files with 44 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ jobs:
fail-fast: false
matrix:
node-version:
- "16"
- "15"
- "14"
- "13"
- "12"
- "11"
- "10"
- "9"