Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.2 KB

npm-hang-test 😩

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:

The 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.