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 4df4b02 commit 2642221
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
nodejs 22.11.0 # Should match the AWS Lambda runtime being used
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This project touches both AWS and GCP. The code runs inside AWS Lambda functions, but uses the GCP SDK to perform BigQuery operations in GCP. The result of these operations is objects that live in Google Cloud Storage, which are copied elsewhere using [Porter](https://github.com/PRX/Porter) (which also runs in AWS).
This project touches both AWS and GCP. The code runs inside AWS Lambda functions, but uses the GCP SDK to perform BigQuery operations in GCP. The result of these operations is objects (files) that live in Google Cloud Storage, which are copied elsewhere using [Porter](https://github.com/PRX/Porter) (which also runs in AWS).

Therefore, permissions are needed for working with resources in both clouds.

Expand Down
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 Dockerfile.bigquery
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:22-alpine

LABEL maintainer="PRX <[email protected]>"
LABEL org.prx.spire.publish.s3="BIGQUERY_LAYER_ZIP"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dovetail-metrics-export",
"version": "1.0.0",
"engines": {
"node": ">= 20.0.0"
"node": ">= 22.0.0"
},
"type": "module",
"description": "Export Dovetail metrics data",
Expand Down

0 comments on commit 2642221

Please sign in to comment.