Skip to content

Commit

Permalink
Merge pull request #744 from jan-molak/features/node-20
Browse files Browse the repository at this point in the history
feat(tiny-types): introduced support for Node 20, dropped support for Node 14
  • Loading branch information
jan-molak authored Oct 24, 2023
2 parents 73c6308 + a19a7d0 commit 9bb0b22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"homepage": "https://jan-molak.github.io/tiny-types/",
"engines": {
"node": "^14 || ^16 || ^18 || ^20.0.0",
"npm": "^6 || ^7 || ^8 || ^9 || ^10.0.0"
"node": "^16 || ^18 || ^20",
"npm": "^8 || ^9 || ^10"
},
"devDependencies": {
"@types/chai": "^4.3.9",
Expand Down

0 comments on commit 9bb0b22

Please sign in to comment.