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

chore!: set required node version #969

Merged
merged 2 commits into from Oct 21, 2022
Merged

chore!: set required node version #969

merged 2 commits into from Oct 21, 2022

Conversation

Caele
Copy link
Collaborator

@Caele Caele commented Oct 20, 2022

Motivation

Requirements checklist

  • Api specification
    • Ran yarn spec
      • No changes
        OR
      • API changes has been formally approved
  • Unit/Component test coverage
  • Correct PR title for the changes (fix, chore, feat)

When build and tests have passed:

  • Add code reviewers, for example @qlik-oss/nebula-core

@Caele Caele requested a review from a-m-dev October 20, 2022 19:15
@Caele Caele marked this pull request as ready for review October 20, 2022 19:17
@Caele
Copy link
Collaborator Author

Caele commented Oct 20, 2022

Makes the next versions a breaking one.

@Caele Caele requested a review from a team October 21, 2022 06:50
@@ -10,7 +10,7 @@
"keywords": ["qlik", "nebula", "stardust"],
"files": ["dist"],
"engines": {
"node": ">=8"
"node": ">=18"
Copy link
Contributor

Choose a reason for hiding this comment

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

why does node 16 not work?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

has to do with the new qlik/sdk we are using, specifically in nebula serve. It uses the new fetch APIs (think it was those) from node 18 and we run it on the webpack dev server (so authentication is done there, not in the browser).
18 will replace 16 as the version on long time support in a few days, so should be fine from that perspective.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see. Thx!

Copy link
Contributor

Choose a reason for hiding this comment

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

await fetch(). good stuff.

@Caele Caele merged commit 8bd997a into master Oct 21, 2022
@Caele Caele deleted the tsm/prep-release branch October 21, 2022 13:29
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.

None yet

4 participants