diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba7422d..ee1a146 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '20.19.6' + node-version: '24.13.0' - name: Cache dependencies uses: actions/cache@v2 @@ -108,7 +108,7 @@ jobs: if: steps.pkg_version.outputs.publish == 1 uses: actions/setup-node@v2 with: - node-version: '20.19.6' + node-version: '24.13.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 332bb9b..f97a46e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '20.19.6' + node-version: '24.13.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.nvmrc b/.nvmrc index 209e3ef..3fe3b15 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24.13.0 diff --git a/functions/package-lock.json b/functions/package-lock.json index 9b9fa48..77627a0 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -15,7 +15,7 @@ "md5": "^2.3.0" }, "engines": { - "node": "20" + "node": "24.13.0" } }, "node_modules/@babel/parser": { diff --git a/functions/package.json b/functions/package.json index ab7218b..639ff9d 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "20" + "node": "24.13.0" }, "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",