From d764f2a1e5d6e5a0329dfcf89b33f7165fbba8f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:37:54 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .functions/package-lock.json | 2 +- .functions/package.json | 2 +- .github/workflows/.firebase/build-and-deploy.yml | 2 +- .github/workflows/build-and-deploy.yml | 2 +- .netlify/functions/ssr/package-lock.json | 2 +- .netlify/functions/ssr/package.json | 2 +- .nvmrc | 2 +- package-lock.json | 2 +- package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.functions/package-lock.json b/.functions/package-lock.json index b60caeb6..dedaf8fa 100644 --- a/.functions/package-lock.json +++ b/.functions/package-lock.json @@ -14,7 +14,7 @@ "firebase-functions": "5.1.1" }, "engines": { - "node": "20" + "node": "24.11.0" } }, "node_modules/@babel/helper-string-parser": { diff --git a/.functions/package.json b/.functions/package.json index 2a31d0b6..a2938cf5 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "SSR for Storefront on Firebase with Cloud Functions", "engines": { - "node": "20" + "node": "24.11.0" }, "main": "index.js", "dependencies": { diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index afb0e88c..a3f93bc2 100644 --- a/.github/workflows/.firebase/build-and-deploy.yml +++ b/.github/workflows/.firebase/build-and-deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '20.19.5' + node-version: '24.11.0' - name: Cache dependencies uses: actions/cache@v4 diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 5de21729..09560cb2 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '20.19.5' + node-version: '24.11.0' - name: Cache dependencies uses: actions/cache@v4 diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index 568656d8..447b40ce 100644 --- a/.netlify/functions/ssr/package-lock.json +++ b/.netlify/functions/ssr/package-lock.json @@ -12,7 +12,7 @@ "@ecomplus/storefront-renderer": "^2.11.9" }, "engines": { - "node": "20" + "node": "24.11.0" } }, "node_modules/@builder.io/partytown": { diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index 5a2479b9..fa743f3b 100644 --- a/.netlify/functions/ssr/package.json +++ b/.netlify/functions/ssr/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "description": "SSR for Storefront on Netlify with Lambda functions", "engines": { - "node": "20" + "node": "24.11.0" }, "main": "index.js", "scripts": { diff --git a/.nvmrc b/.nvmrc index 209e3ef4..0a492611 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24.11.0 diff --git a/package-lock.json b/package-lock.json index 993fc2b9..796bcd7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "browser-sync": "^3.0.4" }, "engines": { - "node": "20" + "node": "24.11.0" } }, "node_modules/@apidevtools/json-schema-ref-parser": { diff --git a/package.json b/package.json index ac6affa5..6cbac53a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "not ie_mob 11" ], "engines": { - "node": "20" + "node": "24.11.0" }, "private": true, "name": "@ecomplus/storefront",