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 20, 2024
1 parent 62a60cb commit 69d6bac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.12.2
nodejs 22.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/nodejs:20
FROM public.ecr.aws/lambda/nodejs:22

LABEL maintainer="PRX <[email protected]>"
LABEL org.prx.spire.publish.s3="LAMBDA_ZIP"
Expand Down
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": "Lambda to query Dovetail CloudFront usage and insert into BigQuery",
"main": "index.js",
"engines": {
"node": ">= 20.0.0"
"node": ">= 22.0.0"
},
"private": "true",
"scripts": {
Expand Down

0 comments on commit 69d6bac

Please sign in to comment.