mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-09 02:27:48 +00:00
[Fix] nvm install-latest-npm
: ensure npm 8 does not install on unsupported nodes
This commit is contained in:
5
.github/workflows/latest-npm.yml
vendored
5
.github/workflows/latest-npm.yml
vendored
@@ -13,6 +13,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version:
|
||||
- "16"
|
||||
- "15"
|
||||
- "14"
|
||||
- "13"
|
||||
- "12"
|
||||
- "11"
|
||||
- "10"
|
||||
- "9"
|
||||
|
Reference in New Issue
Block a user