Skip to content

Commit

Permalink
Update to latest Node version (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-oly authored Sep 27, 2024
1 parent 857e796 commit bc0fdb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
},
{
"prereq": {
"name": "nvm 22..0, icu75.1",
"version": "22.1.0",
"command": "nvm install 22.1.0;nvm use 22.1.0 --silent"
"name": "nvm 22.9.0, icu75.1",
"version": "22.9.0",
"command": "nvm install 22.9.0;nvm use 22.9.0 --silent"
},
"run": {
"icu_version": "icu75",
Expand Down

0 comments on commit bc0fdb9

Please sign in to comment.