Skip to content

Commit

Permalink
chore(deps): upgrade Node.js to 18.x
Browse files Browse the repository at this point in the history
Removed explicit setup for Node.js 16.14.1 in various GitHub Actions workflows and updated dependencies to use Node.js 18.x. This upgrade includes modifications to `@types/node` versioning and ensures compatibility with the latest Node.js features and security updates. Adjusted conditions in project-specific tasks to align with new node version requirements.
  • Loading branch information
hoegertn committed Aug 30, 2024
1 parent bdb83b7 commit 7c95c4a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 29 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const project = new TaimosTypescriptLibrary({
'dynamodb',
],
repository: 'https://github.com/taimos/cdk-serverless',
minNodeVersion: 'v16.14.1',
tsconfig: {
compilerOptions: {
lib: [
Expand Down
24 changes: 16 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c95c4a

Please sign in to comment.