diff --git a/.functions/package-lock.json b/.functions/package-lock.json index 2e3178db..3be0c28c 100644 --- a/.functions/package-lock.json +++ b/.functions/package-lock.json @@ -14,7 +14,7 @@ "firebase-functions": "^5.1.1" }, "engines": { - "node": "16.20.2", + "node": "24.18.0", "npm": "^8.19.4" } }, diff --git a/.functions/package.json b/.functions/package.json index 290a03f0..3e3acd30 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.20.2", + "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 46186841..be34dcc9 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@v4 diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fb4491d1..6d8c15b4 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@v4 with: - node-version: '16.20.2' + node-version: '24.18.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 97795712..0843f828 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.20.2", + "node": "24.18.0", "npm": "^8.19.4" } }, diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index 0c40cc33..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.20.2", + "node": "24.18.0", "npm": "^8.19.4" }, "main": "index.js", diff --git a/.nvmrc b/.nvmrc index cb406c60..ca5c3500 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.20.2 +24.18.0 diff --git a/package-lock.json b/package-lock.json index 59ec4b5f..e459a4bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "browser-sync": "^3.0.4" }, "engines": { - "node": "16.20.2", + "node": "24.18.0", "npm": "^8.19.4" } }, diff --git a/package.json b/package.json index 6be4734f..78956af3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "not ie_mob 11" ], "engines": { - "node": "16.20.2", + "node": "24.18.0", "npm": "^8.19.4" }, "private": true,