diff --git a/.functions/package-lock.json b/.functions/package-lock.json index 8884048..c3f7618 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 198fc70..53fac73 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 d379bad..3c3b311 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 daa7635..a2bc46d 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 5e83420..c89e726 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 8438b9f..605460c 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 b6a7d89..ca5c350 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +24.18.0 diff --git a/package-lock.json b/package-lock.json index 65b4e56..ee58d27 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 ce628ef..20b5284 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,