We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4573c24 commit 33d0171Copy full SHA for 33d0171
.tool-versions
@@ -1 +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
Dockerfile
@@ -1,4 +1,4 @@
-FROM node:20-alpine
+FROM node:22-alpine
2
3
LABEL maintainer="PRX <sysadmin@prx.org>"
4
LABEL org.prx.spire.publish.s3="LAMBDA_ZIP"
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"type": "module",
7
"engines": {
8
- "node": ">= 20.0.0"
+ "node": ">= 22.0.0"
9
},
10
"scripts": {
11
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest"
0 commit comments