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 authored and ahnpnl committed May 21, 2024
1 parent 287a5a7 commit eda56a7
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 @@ -147,6 +147,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 eda56a7

Please sign in to comment.