Skip to content

Commit

Permalink
Drops support for Node < 14
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Apr 25, 2023
1 parent 3754a6a commit 80d8508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,6 +88,6 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=12"
"node": ">=14"
}
}

0 comments on commit 80d8508

Please sign in to comment.