testcontainers-node
testcontainers-node copied to clipboard
Install node dependencies action are not taking right node js version
Install Node js dependency action should install the right Node js version per action description
We can see it in each job that execute test with different Node js versions
I think that there is an error in the job github template, fixing it we have the expected behavior, installing the right node version
Close #727
Deploy Preview for testcontainers-node ready!
| Name | Link |
|---|---|
| Latest commit | c4ee7cf1c26d37d5f2ffa3071435e6cf53da060a |
| Latest deploy log | https://app.netlify.com/sites/testcontainers-node/deploys/66068295a4b7860008cbeedf |
| Deploy Preview | https://deploy-preview-728--testcontainers-node.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi @cristianrgreco any ideas about why this job is failing in the Couchbase module? https://github.com/testcontainers/testcontainers-node/actions/runs/8284679078/job/22698328589?pr=728 Something relate tio this change to Node 20.x executions or is something that was appearing previously
I've looked into the test failures, seems it's specific to node 20
I found that tc-java have the same issue https://www.couchbase.com/forums/t/test-container-error-with-image-couchbase-enterprise-7-1-4/36200 There are an open issue to resolve it but, is not clear the approach to fix it https://github.com/testcontainers/testcontainers-java/pull/7049