diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95c5ba5..70a222a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '20.19.6' + node-version: '24.12.0' - name: Cache dependencies uses: actions/cache@v3 @@ -106,7 +106,7 @@ jobs: if: steps.pkg_version.outputs.publish == 1 uses: actions/setup-node@v3 with: - node-version: '20.19.6' + node-version: '24.12.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b4a8716..8d5fd96 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '20.19.6' + node-version: '24.12.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.nvmrc b/.nvmrc index 209e3ef..248216a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24.12.0 diff --git a/functions/package-lock.json b/functions/package-lock.json index a73b657..8c5398d 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -14,7 +14,7 @@ "firebase-functions": "^4.9.0" }, "engines": { - "node": "20" + "node": "24.12.0" } }, "node_modules/@babel/helper-string-parser": { diff --git a/functions/package.json b/functions/package.json index 586f64e..ec5c04f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "20" + "node": "24.12.0" }, "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",