npm hang test
1.0.0
Investigating why the command npm hangs in the offical NodeJS images when run in GitHub Actions.
Daily builds of my FoundryVTT Docker repo started failing between daily builds:
2023-09-18: ✅ https://github.com/felddy/foundryvtt-docker/actions/runs/62210594942023-09-19: https://github.com/felddy/foundryvtt-docker/actions/runs/6234099414The build of the linux/s390x image started hanging when running npm install.
This repository runs a simple GitHub Action workflow that runs npm -v during a Docker image build for several architectures and Linux distributions.
Possible culprits:
Please see the open issues for the latest investigation status.