Skip to content

Commit

Permalink
chore: dropped support for old node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxmoreno committed Jan 25, 2024
1 parent 36c1409 commit 25deb3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci-codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"access": "public"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
"node": ">=14",
"yarn": ">=1.0.0"
},
"author": "Angel S. Moreno <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 25deb3f

Please sign in to comment.