From 4674b298389801d7b5bd9bf2f8e01d5ce97fec45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:51:17 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .nvmrc | 2 +- functions/package-lock.json | 2 +- functions/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30f9163..0de60e6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '20.20.2' + node-version: '24.20.0' - name: Cache dependencies uses: actions/cache@v3 @@ -108,7 +108,7 @@ jobs: if: steps.pkg_version.outputs.publish == 1 uses: actions/setup-node@v3 with: - node-version: '20.20.2' + node-version: '24.20.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1394893..387a6d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '20.20.2' + node-version: '24.20.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.nvmrc b/.nvmrc index 209e3ef..b7179ae 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24.20.0 diff --git a/functions/package-lock.json b/functions/package-lock.json index 8cf84bc..67f856f 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -14,7 +14,7 @@ "firebase-functions": "^4.9.0" }, "engines": { - "node": "20" + "node": "24.20.0" } }, "node_modules/@babel/helper-string-parser": { diff --git a/functions/package.json b/functions/package.json index 766b65d..0374685 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "20" + "node": "24.20.0" }, "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",