From e4f6f1094f0fcf1164e77220b80e48e6bce4bb3b Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 19 Jan 2024 19:35:23 +0300 Subject: [PATCH] EPMRPP-87604 || Drop support of Node.js 10 --- .github/workflows/CI-pipeline.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-pipeline.yml b/.github/workflows/CI-pipeline.yml index eaed1c6..f9c595b 100644 --- a/.github/workflows/CI-pipeline.yml +++ b/.github/workflows/CI-pipeline.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14, 16, 18, 20] + node: [12, 14, 16, 18, 20] steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/package.json b/package.json index 5ef8b7a..d6e884f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "main": "./lib/report-portal-client", "engines": { - "node": ">=10.x" + "node": ">=12.x" }, "dependencies": { "axios": "^1.6.5",