Fix node 20 pipeline #728
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
cristianrgreco
left a comment
There was a problem hiding this comment.
Thanks @javierlopezdeancos, will merge when the build passes
|
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 |
|
I've looked into the test failures, seems it's specific to node 20 |
|
I found that tc-java have the same issue |
…into 727-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