From 4b1a54ee967aa4657cf849140b235b50a69a6349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:10:07 +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 88840486..c3f76186 100644 --- a/.functions/package-lock.json +++ b/.functions/package-lock.json @@ -14,7 +14,7 @@ "firebase-functions": "^4.9.0" }, "engines": { - "node": "16", + "node": "24.18.0", "npm": "^8.19.4" } }, diff --git a/.functions/package.json b/.functions/package.json index 198fc702..53fac73a 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": "16", + "node": "24.18.0", "npm": "^8.19.4" }, "main": "index.js", diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index d379bada..3c3b3119 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@v2 with: - node-version: '14.21.3' + node-version: '24.18.0' - name: Cache dependencies uses: actions/cache@v2 diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index daa7635e..a2bc46df 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@v3 with: - node-version: '16.20.2' + node-version: '24.18.0' - name: Cache dependencies uses: actions/cache@v2 diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index 5e834205..c89e726f 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": "16", + "node": "24.18.0", "npm": "^8.19.4" } }, diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index 8438b9f9..605460c3 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": "16", + "node": "24.18.0", "npm": "^8.19.4" }, "main": "index.js", diff --git a/.nvmrc b/.nvmrc index b6a7d89c..ca5c3500 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +24.18.0 diff --git a/package-lock.json b/package-lock.json index 65b4e562..ee58d27d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "browser-sync": "^2.29.3" }, "engines": { - "node": "16", + "node": "24.18.0", "npm": "^8.19.4" } }, diff --git a/package.json b/package.json index ce628ef4..20b52842 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "not ie_mob 11" ], "engines": { - "node": "16", + "node": "24.18.0", "npm": "^8.19.4" }, "private": true,