diff --git a/.functions/package-lock.json b/.functions/package-lock.json index 953ae03..0641d55 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.19.0" } }, "node_modules/@babel/helper-string-parser": { diff --git a/.functions/package.json b/.functions/package.json index 7e9bf9f..2ab5c9e 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.19.0" }, "main": "index.js", "dependencies": { diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index c59ac37..05739a7 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.20.0' + node-version: '24.19.0' - name: Cache dependencies uses: actions/cache@v5 diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 9c49ccc..c41f2b0 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.20.0' + node-version: '24.19.0' - name: Cache dependencies uses: actions/cache@v5 diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index 6aa1728..f308394 100644 --- a/.netlify/functions/ssr/package-lock.json +++ b/.netlify/functions/ssr/package-lock.json @@ -12,7 +12,7 @@ "@ecomplus/storefront-renderer": "^2.11.12" }, "engines": { - "node": "20" + "node": "24.19.0" } }, "node_modules/@builder.io/partytown": { diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index c478bec..02d7c57 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.19.0" }, "main": "index.js", "scripts": { diff --git a/.nvmrc b/.nvmrc index 209e3ef..60ade1a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24.19.0 diff --git a/package-lock.json b/package-lock.json index 1d4db78..522f706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "browser-sync": "^3.0.4" }, "engines": { - "node": "20" + "node": "24.19.0" } }, "node_modules/@apidevtools/json-schema-ref-parser": { diff --git a/package.json b/package.json index 710e9a2..2f06831 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "not ie_mob 11" ], "engines": { - "node": "20" + "node": "24.19.0" }, "private": true, "name": "@ecomplus/storefront",