Skip to content

Commit 293744e

Browse files
authored
Bump Node version (#411)
From Node 18 to Node 20. Also uses the latest Solana version in CI.
1 parent cf4d680 commit 293744e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
env:
99
# Among other things, opts out of Turborepo telemetry. See https://consoledonottrack.com/.
1010
DO_NOT_TRACK: '1'
11-
NODE_VERSION: 18
11+
NODE_VERSION: 20
1212
CODAMA_VERSION: 1.x
13-
SOLANA_VERSION: 1.18.12
13+
SOLANA_VERSION: 2.1.9
1414

1515
jobs:
1616
lint:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"zx": "^8.3.0"
3838
},
3939
"engines": {
40-
"node": ">=18.0.0"
40+
"node": ">=20.0.0"
4141
},
4242
"packageManager": "[email protected]",
4343
"prettier": "@solana/prettier-config-solana"

0 commit comments

Comments
 (0)