Skip to content

Commit

Permalink
Update .nvmrc, README
Browse files Browse the repository at this point in the history
.nvmrc
  16.3.0→16.4.2
README
  npm 7.15.1→7.18.1
  nvm 16.3.0→16.4.2
  • Loading branch information
nsano-rururu committed Jul 11, 2021
1 parent 656206f commit 3f9b6f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.3.0
16.4.2
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
source ~/.bash_profile
# npm & node install
npm install -g npm@7.15.0
nvm install 16.3.0
npm install -g npm@7.18.1
nvm install 16.4.2
```

```sh
Expand Down Expand Up @@ -484,8 +484,8 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
source ~/.bash_profile
# npm & node install
npm install -g npm@7.15.1
nvm install 16.3.0
npm install -g npm@7.18.1
nvm install 16.4.2
```

```sh
Expand Down

0 comments on commit 3f9b6f3

Please sign in to comment.