Skip to content

Commit e63c8eb

Browse files
authored
Merge pull request #2740 from pyth-network/cprussin/relax-version-requirement-for-staking-sdk
fix(staking-sdk): relax staking-sdk node engine requirement
2 parents 39d74b0 + 6a6afb0 commit e63c8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

governance/pyth_staking_sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/staking-sdk",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Pyth staking SDK",
55
"type": "module",
66
"exports": {
@@ -13,7 +13,7 @@
1313
"dist/**/*"
1414
],
1515
"engines": {
16-
"node": "22"
16+
"node": "20 || 22"
1717
},
1818
"publishConfig": {
1919
"access": "public"

0 commit comments

Comments
 (0)