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

feat: drop support for node 16 #19

Closed
wants to merge 4 commits into from
Closed

feat: drop support for node 16 #19

wants to merge 4 commits into from

Conversation

pgrzy-golem
Copy link
Contributor

JST-597

  • remove node 16 from build matrix
  • set engine in package json to 18
  • check if any polyfills can be removed

@pgrzy-golem pgrzy-golem requested a review from a team as a code owner November 17, 2023 07:07
@@ -34,7 +34,7 @@
"author": "GolemFactory <[email protected]>",
"license": "GPL-3.0",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

That's a BC breaking change, so please include this in the commit message for semantic release. I guess you want to bump the version of @golem-sdk/cli in a different PR or this one?

@grisha87 grisha87 closed this Nov 21, 2023
@grisha87 grisha87 deleted the feature/GST-597 branch November 21, 2023 11:51
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.

3 participants