Skip to content

Commit

Permalink
chore: drop support for node18 as of 1.4 (RHIDP-3372) (#1737)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Oct 11, 2024
1 parent e42700f commit d1ab253
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 @@ -3,7 +3,7 @@
"version": "1.4.0",
"private": true,
"engines": {
"node": "18 || 20"
"node": "20"
},
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit d1ab253

Please sign in to comment.