- Notifications
You must be signed in to change notification settings - Fork469
Open
Description
Describe the bug
│ npm error engine Unsupported engine│ npm error engine Not compatible with your version of node/npm: @actions/github-script@7.0.1│ npm error notsup Not compatible with your version of node/npm: @actions/github-script@7.0.1│ npm error notsup Required: {"node":">=20.0.0 <21.0.0"}│ npm error notsup Actual: {"npm":"10.9.2","node":"v22.15.1"}
To Reproduce
- Have
engines.node
set to v22 inpackage.json
- Add package in devDependencies to getJSDoc support as per documentation.
Expected behavior
Package installs without error.
Screenshots
Desktop (please complete the following information):
- OS: Ubuntu 24
- Version 7.0.1
Additional context
Is there anything blocking that Node.js 22 is not supported? Node.js 24 is already available too.
Fails even withengines-strict=false
in.npmrc
.
Metadata
Metadata
Assignees
Labels
No labels