Skip to content

Commit 8c5c591

Browse files
Copilot0xrinegade
andcommitted
Fix Node.js version compatibility for @solana/codecs-numbers dependency
Co-authored-by: 0xrinegade <[email protected]>
1 parent c92a99f commit 8c5c591

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '18.20.0'
27+
node-version: '20.x'
2828
cache: 'yarn'
2929

3030
- name: Cache Node modules

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.20.0
1+
v20.18.0

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@
140140
"react-scripts": "5.0.1",
141141
"typescript": "^4.9.5"
142142
},
143+
"engines": {
144+
"node": ">=20.18.0"
145+
},
143146
"resolutions": {
144147
"elliptic": "6.6.0"
145148
}

0 commit comments

Comments
 (0)