Skip to content

Commit

Permalink
fix: build on railway node-20
Browse files Browse the repository at this point in the history
  • Loading branch information
stephancill committed Jan 14, 2024
1 parent d359a64 commit 3fdd637
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion nixpacks.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[phases.setup]
nixPkgs = ['...', 'python3', 'gcc']
nixPkgs = ['...', 'python3', 'gcc']

[phases.install]
cmds = ['yarn global add node-gyp', '...']
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@mod-protocol/mod-registry": "*",
"@mod-protocol/react": "^0.1.0",
"@mod-protocol/react-editor": "^0.0.3",
"@mod-protocol/react-ui-shadcn": "^0.1.0",
"@mod-protocol/react-ui-shadcn": "0.1.0",
"@noble/ed25519": "^2.0.0",
"@prisma/client": "^5.1.0",
"@rainbow-me/rainbowkit": "1.0.9",
Expand Down Expand Up @@ -78,6 +78,6 @@
"**/*": "prettier --write --ignore-unknown"
},
"engines": {
"node": "16"
"node": ">=18.0.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
"@tiptap/suggestion" "^2.0.4"
prosemirror-model "^1.19.3"

"@mod-protocol/react-ui-shadcn@^0.1.0":
"@mod-protocol/react-ui-shadcn@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@mod-protocol/react-ui-shadcn/-/react-ui-shadcn-0.1.0.tgz#b5cf795977e66992e0be37d7dd5374dbb801f684"
integrity sha512-jmHvkQYzdCmuYULB8Bls0HKz4mNdp7ZNgAqE8lntzAeWON3QgsA7hBMg0JMlD0LmaSMicEb5thplcyZ1NLrOyA==
Expand Down

0 comments on commit 3fdd637

Please sign in to comment.