We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cdb96 commit 42393a2Copy full SHA for 42393a2
.github/workflows/npm-ls_demo-results.yml
@@ -33,9 +33,9 @@ jobs:
33
## see https://www.npmjs.com/package/npm?activeTab=versions
34
## see also: https://github.com/npm/cli/releases
35
- '11' # Current
36
- - '10' # Legacy
37
- - '9' # Legacy
38
- - '8' # Legacy
+ - '10'
+ - '9'
+ - '8' # Lowest supported
39
node-version:
40
## action based on https://github.com/actions/node-versions/releases
41
## see also: https://nodejs.org/en/about/releases/
0 commit comments