Skip to content

Commit

Permalink
chore(lib)!: drop node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 6, 2023
1 parent ef65820 commit 446d263
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_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 18]
node: [16, 18]

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">= 14.14.0"
"node": "^16.14.0 || >=18.10.0"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 446d263

Please sign in to comment.