Skip to content

Commit

Permalink
chore: Set minimum version to Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Jan 10, 2024
1 parent c50ed0f commit 055573c
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "mocha -r should"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"dependencies": {
"lodash": "^4.17.21"
Expand Down

0 comments on commit 055573c

Please sign in to comment.