Morning mate 👋
The first GitHub actions was the closest to passing I think, and seemed to be failing due to OpenSSL issue.
It seems this is a NodeJS 17+ problem, so either pinning to 16.x (LTS) or supplying the environment NODE_OPTIONS=--openssl-legacy-provider should do the trick. 👍 source of guess
docker-compose.yml is using nodejs:16.5-alpine in master.
It could actually be a bit deeper than that, but if it solves, let me know 👍
Morning mate 👋
The first GitHub actions was the closest to passing I think, and seemed to be failing due to OpenSSL issue.
It seems this is a NodeJS 17+ problem, so either pinning to 16.x (LTS) or supplying the environment
NODE_OPTIONS=--openssl-legacy-providershould do the trick. 👍 source of guessdocker-compose.ymlis using nodejs:16.5-alpine inmaster.It could actually be a bit deeper than that, but if it solves, let me know 👍