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 7, 2023
1 parent ef65820 commit 5519422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 5519422

Please sign in to comment.