From bd9d167d742f81c2a641f3d984b47919e95ef358 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 03:51:55 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/publish.yml | 2 +- functions/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f1af4c6..1bec493 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.21.3' + node-version: '24.19.0' - name: Cache dependencies uses: actions/cache@v2 @@ -106,7 +106,7 @@ jobs: if: steps.pkg_version.outputs.publish == 1 uses: actions/setup-node@v2 with: - node-version: '14.21.3' + node-version: '24.19.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f0bbb2..9158d3e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.21.3' + node-version: '24.19.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/functions/package.json b/functions/package.json index 004ca6a..f155a31 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "14" + "node": "24.19.0" }, "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",