mongodb / awscdk-resources-mongodbatlas

MongoDB Atlas AWS CDK Resources
Apache License 2.0
35 stars 17 forks source link

chore: Updates node version to 18 for release workflow #235

Closed AgustinBettati closed 6 months ago

AgustinBettati commented 6 months ago

Proposed changes

Fix is made after encountering failure in publish workflow: https://github.com/mongodb/awscdk-resources-mongodbatlas/actions/runs/8245838177

Node version aligns with version used for our CI checks which are working: https://github.com/mongodb/awscdk-resources-mongodbatlas/blob/main/.github/workflows/code-health.yml#L23

Side note: There is still a old typescript version defined in package.json dev dependencies, which is being automatically defined by projen in .projen/deps.json. We have to further investigate how this version can be updated as well, but is not a blocker for fixing the release process.

Type of change:

Required Checklist:

Further comments