Skip to content

Commit

Permalink
Bump Node.js from 20 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 1, 2024
1 parent 8b3f8a0 commit cb8201a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.9.0 # Should match the AWS Lambda runtime being used
nodejs 22.11.0 # Should match the AWS Lambda runtime being used
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A collection of utilities that integrate with AWS Cost Explorer",
"type": "module",
"engines": {
"node": ">= 20.0.0"
"node": ">= 22.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cb8201a

Please sign in to comment.