Skip to content

Commit

Permalink
feat: dropping support for node 14 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Jun 14, 2023
1 parent 90f6e67 commit eb98e4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 19
- 20

steps:
- uses: actions/checkout@v3
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 @@ -11,7 +11,7 @@
"url": "git://github.com/readmeio/remove-undefined-objects.git"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit eb98e4c

Please sign in to comment.