Skip to content

Commit b8edff9

Browse files
committed
Bump Node.js from 22 to 24
1 parent 33d0171 commit b8edff9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 22.11.0 # Should match the AWS Lambda runtime being used
1+
nodejs 24.11.1 # 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:22-alpine
1+
FROM node:24-alpine
22

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "upload.prx.org",
33
"version": "1.0.0",
4-
"description": "This service is built on Amazon's API Gateway and AWS Lambda. When deploying the Lambda function code, the secret key ID must be inserted for the service to work correctly. That key is kept in LastPass.",
4+
"description": "This service is built on Amazon's API Gateway and AWS Lambda. When deploying the Lambda function code, the secret key ID must be inserted for the service to work correctly. That key is kept in 1Password.",
55
"main": "index.js",
66
"type": "module",
77
"engines": {
8-
"node": ">= 22.0.0"
8+
"node": ">= 24.0.0"
99
},
1010
"scripts": {
1111
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest"

0 commit comments

Comments
 (0)