Skip to content

Changes to run specific ubuntu version to fix action issues - #35

Merged
lucasparreira merged 1 commit into
masterfrom
enginfs-545300/fix-actions
Oct 1, 2025
Merged

Changes to run specific ubuntu version to fix action issues#35
lucasparreira merged 1 commit into
masterfrom
enginfs-545300/fix-actions

Conversation

@lucasparreira

@lucasparreira lucasparreira commented Sep 30, 2025

Copy link
Copy Markdown
Contributor

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.

@tjamescouch tjamescouch left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just flagging that there are a couple codeQL warnings.

Comment thread yarn.lock

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth just changing it to npm while we are here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@lucasparreira

Copy link
Copy Markdown
Contributor Author

Just flagging that there are a couple codeQL warnings.

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)

@lucasparreira
lucasparreira merged commit 074fac8 into master Oct 1, 2025
5 checks passed
@lucasparreira
lucasparreira deleted the enginfs-545300/fix-actions branch October 1, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants