Changes to run specific ubuntu version to fix action issues - #35
Merged
Conversation
…mping up ts-node.
eduardoyuidy
approved these changes
Sep 30, 2025
lucasparreira
requested review from
beraki,
neo-jimi-ogunyannwo,
neogibson and
tjamescouch
September 30, 2025 23:24
tjamescouch
approved these changes
Sep 30, 2025
tjamescouch
left a comment
There was a problem hiding this comment.
Just flagging that there are a couple codeQL warnings.
beraki
approved these changes
Sep 30, 2025
There was a problem hiding this comment.
Is it worth just changing it to npm while we are here?
Contributor
Author
There was a problem hiding this comment.
I'm trying to fix an underlying issue and won't have time to do it, unfortunately - plus this is a public repo and I'm not sure if that's the direction we want for those.
Contributor
Author
Thanks for the flag @tjamescouch - if you look at the alert, I had closed them with a note ("to be addressed in a follow up PR" - this is a prep PR) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is changing the "ci" and "pull request" actions to use Ubuntu 22 instead, to fix a problem with OpenSSL vs MongoMemoryServer.
Details
MongoMemoryServer is failing due to
Instance failed to start because a library is missing or cannot be opened: "libcrypto.so.1.1", which is related to the latest version of the Ubuntu runner. Pinning 22.04 will fix it for the time being.Additional context
I'm also updating ts-node while at it.