Skip to content

Commit

Permalink
fix: change required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy Quak committed Jul 25, 2024
1 parent a6698c8 commit 5d0dba6
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 @@ -10,7 +10,7 @@
"url": "https://github.com/bettyblocks/component-sdk.git"
},
"engines": {
"node": ">=22.4.1"
"node": ">=20"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 5d0dba6

Please sign in to comment.