Skip to content

Commit eb98e4c

Browse files
authored
feat: dropping support for node 14 (#82)
1 parent 90f6e67 commit eb98e4c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
node-version:
15-
- 14
1615
- 16
1716
- 18
17+
- 19
18+
- 20
1819

1920
steps:
2021
- uses: actions/checkout@v3

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "git://github.com/readmeio/remove-undefined-objects.git"
1212
},
1313
"engines": {
14-
"node": ">=14"
14+
"node": ">=16"
1515
},
1616
"scripts": {
1717
"build": "tsc",

0 commit comments

Comments
 (0)