Skip to content

Commit

Permalink
Merge pull request #1 from PRX/node-22
Browse files Browse the repository at this point in the history
Bump Node.js from 20 to 22
  • Loading branch information
farski authored Dec 20, 2024
2 parents 62a60cb + bf56e28 commit 37c095d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-project-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- run: yarn && yarn lint
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.12.2
nodejs 22.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/nodejs:20
FROM public.ecr.aws/lambda/nodejs:22

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 @@ -4,7 +4,7 @@
"description": "Lambda to query Dovetail CloudFront usage and insert into BigQuery",
"main": "index.js",
"engines": {
"node": ">= 20.0.0"
"node": ">= 22.0.0"
},
"private": "true",
"scripts": {
Expand Down

0 comments on commit 37c095d

Please sign in to comment.