Skip to content

Commit

Permalink
Drop node.js 16 and 19
Browse files Browse the repository at this point in the history
PR-URL: #230
  • Loading branch information
tshemsedinov committed Sep 28, 2023
1 parent f9a9877 commit 26c19c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
strategy:
matrix:
node:
- 16
- 18
- 19
- 20
os:
- ubuntu-latest
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 @@ -46,7 +46,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
},
"engines": {
"node": "16 || 18 || 19 || 20"
"node": "18 || 20"
},
"dependencies": {
"concolor": "^1.0.6",
Expand Down

0 comments on commit 26c19c6

Please sign in to comment.