Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@openzeppelin/relayer-sdk": "^1.10.0",
"@types/node": "^24.0.3",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"ethers": "^6.14.3",
"ioredis": "^5.7.0",
"piscina": "^4.7.0",
Comment on lines 16 to 22
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esbuild v0.25.0 requires Node >= 18 (reflected in pnpm-lock.yaml). To avoid confusing install/runtime failures for users on older Node versions, consider adding an explicit engines.node constraint (and/or documenting the Node requirement) in this package.

Copilot uses AI. Check for mistakes.
Expand Down
Loading
Loading