Skip to content

Commit

Permalink
fix: bring back Node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Anh Pham committed Feb 19, 2024
1 parent 70d48be commit 4975627
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 @@ -143,6 +143,6 @@
]
},
"engines": {
"node": "^16.10.0 || ^18.0.0 || >=20.0.0"
"node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
}
}

0 comments on commit 4975627

Please sign in to comment.