We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4d680 commit c445578Copy full SHA for c445578
.github/workflows/main.yml
@@ -8,9 +8,9 @@ on:
8
env:
9
# Among other things, opts out of Turborepo telemetry. See https://consoledonottrack.com/.
10
DO_NOT_TRACK: '1'
11
- NODE_VERSION: 18
+ NODE_VERSION: 20
12
CODAMA_VERSION: 1.x
13
- SOLANA_VERSION: 1.18.12
+ SOLANA_VERSION: 2.1.9
14
15
jobs:
16
lint:
package.json
@@ -37,7 +37,7 @@
37
"zx": "^8.3.0"
38
},
39
"engines": {
40
- "node": ">=18.0.0"
+ "node": ">=20.0.0"
41
42
"packageManager": "[email protected]",
43
"prettier": "@solana/prettier-config-solana"
0 commit comments