diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 00f1056..6f07901 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '24.19.0' cache: 'npm' - name: Install root dependencies @@ -172,7 +172,7 @@ jobs: if: steps.pkg_version.outputs.publish == 1 uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '24.19.0' registry-url: 'https://registry.npmjs.org/' cache: 'npm' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69116a7..540fdb4 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: '18.x' + node-version: '24.19.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.nvmrc b/.nvmrc index 2bd5a0a..60ade1a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22 +24.19.0 diff --git a/functions/package-lock.json b/functions/package-lock.json index 3e23ec7..e68148d 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -20,7 +20,7 @@ "firebase-functions-test": "^0.3.3" }, "engines": { - "node": "18" + "node": "24.19.0" } }, "node_modules/@babel/helper-string-parser": { diff --git a/functions/package.json b/functions/package.json index f18216c..3a4ea5d 100644 --- a/functions/package.json +++ b/functions/package.json @@ -10,7 +10,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "22" + "node": "24.19.0" }, "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",