Skip to content

Commit

Permalink
Merge pull request #165 from bettyblocks/fix/update-sdk-dependencies-…
Browse files Browse the repository at this point in the history
…PAGE-4532

fix: change required node version
  • Loading branch information
jrquak authored Jul 25, 2024
2 parents ffbfeff + 5d0dba6 commit ff29399
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 ff29399

Please sign in to comment.