Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
For a Github Action Workflow that run:
- name: Install dependencies
run: npm ci
timeout-minutes: 10
We get an npm internal error for running the npm ci job with a 10-minute timeout
##[debug]Evaluating condition for step: 'Install dependencies'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Install dependencies
##[debug]Loading inputs
##[debug]Loading env
Run npm ci
npm ci
shell: /usr/bin/bash -e {0}
##[debug]/usr/bin/bash -e /home/runner/work/_temp/88ace6de-572b-44f3-81ab-c7a46ac50786.sh
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error <https://github.com/npm/cli/issues>
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-16T16_09_16_535Z-debug-0.log
Error: Process completed with exit code 1.
##[debug]Finishing: Install dependencies
Expected Behavior
No response
Steps To Reproduce
- In this environment...
- With this config...
- Run '...'
- See error...
Environment
Node: v22.21.1
npm: latest
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
For a Github Action Workflow that run:
We get an npm internal error for running the
npm cijob with a 10-minute timeoutExpected Behavior
No response
Steps To Reproduce
Environment
Node: v22.21.1
npm: latest