diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3913a75..b11de3a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18.20.8' + node-version: '24.18.0' - name: Cache dependencies uses: actions/cache@v3 @@ -108,7 +108,7 @@ jobs: if: steps.pkg_version.outputs.publish == 1 uses: actions/setup-node@v4 with: - node-version: '18.20.8' + node-version: '24.18.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b29f133..e239efb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '18.20.8' + node-version: '24.18.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/functions/package-lock.json b/functions/package-lock.json index 4be699b..fb455e5 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -13,7 +13,7 @@ "firebase-functions": "^4.9.0" }, "engines": { - "node": "18.20.3" + "node": "24.18.0" } }, "node_modules/@babel/parser": { diff --git a/functions/package.json b/functions/package.json index 3a3bdf1..7a54808 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "18.20.3" + "node": "24.18.0" }, "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",