Skip to content

Conversation

@konokenj
Copy link
Contributor

@konokenj konokenj commented Oct 7, 2025

Summary

Migrate the project from Node.js 18 to Node.js 22 to use the latest LTS version.

Changes

  • Update Node.js version requirement from >=18 to >=22 in package.json
  • Update @types/node to 22.10.1 across all workspaces
  • Update GitHub Actions workflow to use Node.js 22
  • Update GitLab CI to use node:22 image
  • Update Mergify configuration for Node.js 22 status checks

Testing

  • ✅ All tests pass successfully with Node.js 22
  • ✅ All workspaces build and test without errors
  • ✅ CDK synthesis works correctly

Breaking Changes

None - this is a runtime environment upgrade that maintains backward compatibility.

konokenj and others added 3 commits October 7, 2025 13:12
- Update Node.js version requirement from >=18 to >=22 in package.json
- Update @types/node to 22.10.1 across all workspaces
- Update GitHub Actions workflow to use Node.js 22
- Update GitLab CI to use node:22 image
- Update Mergify configuration for Node.js 22 status checks
- All tests pass successfully with Node.js 22
@konokenj konokenj merged commit 777d645 into main Oct 7, 2025
8 checks passed
@konokenj konokenj deleted the feat/migrate-to-nodejs-22 branch October 7, 2025 05:47
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.

1 participant