Skip to content

Commit

Permalink
EPMRPP-87604 || Drop support of Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jan 19, 2024
1 parent 1f3a6dc commit e4f6f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"main": "./lib/report-portal-client",
"engines": {
"node": ">=10.x"
"node": ">=12.x"
},
"dependencies": {
"axios": "^1.6.5",
Expand Down

0 comments on commit e4f6f10

Please sign in to comment.