Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: "22.x"
node-version: "24.x"

- name: Install node dependencies
run: npm ci --ignore-scripts
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate
comment-summary-in-pr: always
comment-summary-in-pr: always
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.21.1
v24.15.0
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LAMBDA_IGNORE_ARCHITECTURE=1
# debugging when cloning the remote repository into a container volume.
DEBUG_HOST_ADDRESS=192.168.0.5
CPX_DB_HOST=capxmldb
NODEJS_VERSION=22
NODEJS_VERSION=24
PGADMIN_DEFAULT_EMAIL=ubuntu@localhost.localdomain

# Database associated values including well known secrets for local development
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.1",
"description": "CAP XML service",
"engines": {
"node": "22.x"
"node": "24.x"
},
"main": "handler.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project provides CAP XML services through the use of AWS Lambda.

## Prerequisites

- **Node.js 22** or higher
- **Node.js 24.x**

## Installing

Expand Down
Loading