Skip to content

Commit

Permalink
ci: remove travis ci file + support node 16+
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed May 12, 2023
1 parent 6101809 commit 258a982
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 15
- 16
- 17
- 18
Expand Down
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lodash.merge": "^4.6.2"
},
"engines": {
"node": ">= 14"
"node": ">= 16"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 258a982

Please sign in to comment.