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

Clean up NPM dependencies and update node to v20 #238

Merged
merged 3 commits into from
Jan 31, 2024
Merged

Conversation

Sidsector9
Copy link
Member

@Sidsector9 Sidsector9 commented Jan 30, 2024

Description of the Change

This PR cleans up NPM dependencies and updates the node version to 20.11.0

Closes #237

Changelog Entry

Changed - Clean up NPM dependencies and update node to v20

Credits

Props @Sidsector9

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

const cacheDirectory = await getCacheDirectory();
const wpEnvConfig = await loadConfig( cacheDirectory );

console.log(wpEnvConfig.env.tests.config.WP_SITEURL)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Assuming this isn't needed

@dkotter
Copy link
Collaborator

dkotter commented Jan 30, 2024

@Sidsector9 Seeing some E2E failures here. I'm assuming those aren't related to this upgrade but could you confirm that?

@Sidsector9 Sidsector9 merged commit e15f748 into develop Jan 31, 2024
11 checks passed
@Sidsector9 Sidsector9 deleted the upkeep/node branch January 31, 2024 20:08
@jeffpaul jeffpaul modified the milestones: Future Release, 1.2.0 Jan 31, 2024
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.

Clean up NPM dependencies and update node to v20
4 participants