Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NodeCG v2 support #896

Merged
merged 4 commits into from
Mar 28, 2023
Merged

Add NodeCG v2 support #896

merged 4 commits into from
Mar 28, 2023

Conversation

hlxid
Copy link
Member

@hlxid hlxid commented Mar 26, 2023

I've tested NodeCG v2 with nodecg-io before NodeCG v2 was released which worked fine.\nNow that it has been released there have been two problems preventing it from fully working:

  • NodeCG v2 was not included in the NodeCG version range that our bundles work with because the ^ semver2 operator does not include major updates.

  • The NodeCG test CI workflow job was broken because build results are not checked into the NodeCG repository anymore so NodeCG must be built in CI (this is cached)

hlxid added 4 commits March 26, 2023 16:40
As of NodeCG v2 compilation results aren't checked into the repository
anymore and NodeCG has to be built after cloning it.
The previous range would have included all major NodeCG bumps, while
this only includes v1 and v2.
@hlxid hlxid merged commit 5163e3a into main Mar 28, 2023
@hlxid hlxid deleted the fix/nodecg-v2-support branch March 28, 2023 06:59
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.

1 participant