Skip to content

Commit 33d0171

Browse files
committed
Bump Node.js from 20 to 22
1 parent 4573c24 commit 33d0171

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.9.0 # Should match the AWS Lambda runtime being used
1+
nodejs 22.11.0 # Should match the AWS Lambda runtime being used

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine
1+
FROM node:22-alpine
22

33
LABEL maintainer="PRX <sysadmin@prx.org>"
44
LABEL org.prx.spire.publish.s3="LAMBDA_ZIP"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"engines": {
8-
"node": ">= 20.0.0"
8+
"node": ">= 22.0.0"
99
},
1010
"scripts": {
1111
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest"

0 commit comments

Comments
 (0)