Skip to content

Conversation

@mdrayer
Copy link
Member

@mdrayer mdrayer commented Sep 4, 2025

  • Update Node version to v22 across various files and config
  • Add engines to specify which Node version should be running. See package.json docs
  • Fix prettier script to check for app directory instead of pages

@mdrayer mdrayer linked an issue Sep 4, 2025 that may be closed by this pull request
"lint": "next lint && stylelint \"source/**/*.css\"",
"prepare": "husky install",
"prettier": "prettier --check pages source/",
"prettier": "prettier --check app source/",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Good catch!

@mdrayer mdrayer requested a review from kmonahan September 4, 2025 16:45
@kmonahan kmonahan merged commit 379ef82 into 2025-09-package-updates Sep 4, 2025
1 check passed
@mdrayer mdrayer deleted the NEXT-203-node-22 branch September 4, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Update to Node v22

3 participants