Skip to content

Commit

Permalink
開発環境の構築ページのnodeバージョン修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sinho-lee committed Nov 14, 2023
1 parent 56d9491 commit c2da102
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ asdfは複数のプログラミング言語やランタイム環境のバージ
asdf plugin add nodejs

# バージョンをインストール
asdf install nodejs 18.15.0
asdf install nodejs 20.9.0

# バージョンを設定(.tool-versionsに追加される)
asdf local nodejs 18.15.0
asdf local nodejs 20.9.0
```

#### プラグイン管理
Expand Down

0 comments on commit c2da102

Please sign in to comment.