diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc890ab..c4c1400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -54,4 +54,4 @@ jobs: uses: actions/dependency-review-action@v4 with: fail-on-severity: moderate - comment-summary-in-pr: always \ No newline at end of file + comment-summary-in-pr: always diff --git a/.nvmrc b/.nvmrc index c6a66a6..f3c8820 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22.21.1 +v24.15.0 diff --git a/docker/.env b/docker/.env index cf59ab0..3ce413f 100644 --- a/docker/.env +++ b/docker/.env @@ -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 diff --git a/package-lock.json b/package-lock.json index c33e4b9..ecabd03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "standard": "17.1.2" }, "engines": { - "node": "22.x" + "node": "24.x" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index a6f6289..5243d6e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.0.1", "description": "CAP XML service", "engines": { - "node": "22.x" + "node": "24.x" }, "main": "handler.js", "scripts": { diff --git a/readme.md b/readme.md index 2d94eb0..870c7ec 100644 --- a/readme.md +++ b/readme.md @@ -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