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

Support Node 18 #276

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Support Node 18 #276

merged 1 commit into from
Oct 23, 2023

Conversation

kevinwcyu
Copy link
Contributor

  • Made the minimal amount of updates to dependencies to support Node 18
  • Tested with Node v18.17.1 locally with the following rm -rf node_modules && yarn && yarn lint && yarn test:ci && yarn build then tested it with a simple query

@kevinwcyu kevinwcyu requested a review from a team as a code owner September 14, 2023 19:40
@kevinwcyu kevinwcyu marked this pull request as draft September 14, 2023 19:59
@kevinwcyu kevinwcyu force-pushed the kevinwcyu/node-18 branch 5 times, most recently from 1879bd3 to 41184ba Compare September 20, 2023 19:55
@kevinwcyu kevinwcyu force-pushed the kevinwcyu/node-18 branch 3 times, most recently from 990f087 to 5cdd778 Compare October 10, 2023 23:02

e2e.flows.addPanel({
visitDashboardAtStart: false,
dataSourceName,
queriesForm: () => {
// Change database selection for query
e2eSelectors.ConfigEditor.database.input().click({ force: true });
e2e().contains('cloudtrail');
// TODO fix the ResourceSelector to load the list of databases when clicked
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Created issue #291

@kevinwcyu kevinwcyu marked this pull request as ready for review October 18, 2023 17:32
@kevinwcyu kevinwcyu merged commit 4f56129 into main Oct 23, 2023
4 checks passed
@kevinwcyu kevinwcyu deleted the kevinwcyu/node-18 branch October 23, 2023 17:56
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.

2 participants