[Fix] install-latest-npm: npm v11 is out

This commit is contained in:
Jordan Harband
2024-12-16 10:03:18 -08:00
parent dae1427f7e
commit b9b0ea8020
2 changed files with 27 additions and 0 deletions

View File

@@ -37,6 +37,11 @@ jobs:
matrix:
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
include:
- node-version: "21"
- node-version: "20.5"
- node-version: "20.4"
- node-version: "14.17"
- node-version: "14.16"
- node-version: "9.2"
- node-version: "9.1"
- node-version: "9.0"