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 3, 2024
1 parent 4573c24 commit 33d0171
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.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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

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 @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"engines": {
"node": ">= 20.0.0"
"node": ">= 22.0.0"
},
"scripts": {
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest"
Expand Down

0 comments on commit 33d0171

Please sign in to comment.