Skip to content

Commit

Permalink
fix: update supported node version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped node 12 support
  • Loading branch information
bhovhannes committed Feb 19, 2023
1 parent 51d2d8d commit 8dff82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"typescript": "4.9.5"
},
"engines": {
"node": "^12.20.0 || >=14"
"node": ">=14"
}
}

0 comments on commit 8dff82d

Please sign in to comment.