Skip to content

Commit

Permalink
[nodejs] updating to require nodejs 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jan 21, 2025
1 parent 5a3f6c1 commit 86bf2c7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [16]
node-version: [18]

steps:
- name: Link AVM, solana .config, check versions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.4.5"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/anchor-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@marinade.finance/web3js-common": "workspace: 2.4.9"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/lib/bankrun-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"class-transformer": "^0.5.1"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/lib/cli-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"yaml": "^2.4.5"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/lib/umi-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@marinade.finance/web3js-common": "workspace: 2.4.9"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/lib/web3js-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"bs58": "^5.0.0"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion packages/marinade-ts-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"@solana/spl-token-3.x": "npm:@solana/spl-token@^0.3.11"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18"
}
}

0 comments on commit 86bf2c7

Please sign in to comment.