diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f1af4c6..1bec493 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.21.3' + node-version: '24.19.0' - name: Cache dependencies uses: actions/cache@v2 @@ -106,7 +106,7 @@ jobs: if: steps.pkg_version.outputs.publish == 1 uses: actions/setup-node@v2 with: - node-version: '14.21.3' + node-version: '24.19.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f0bbb2..9158d3e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.21.3' + node-version: '24.19.0' registry-url: 'https://registry.npmjs.org/' - name: Cache dependencies diff --git a/functions/package.json b/functions/package.json index 004ca6a..f155a31 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "14" + "node": "24.19.0" }, "dependencies": { "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",