diff options
| author | jason | 2021-10-13 12:41:42 -0600 |
|---|---|---|
| committer | jason | 2021-10-13 12:41:42 -0600 |
| commit | ef5c6e43ea799a259cce212dd50b02df68344b99 (patch) | |
| tree | 1a57da0614f341288f6ffa890f252a621711bee0 /bash | |
| parent | 35644a284fc0c379603f2a9dd03937b18f546755 (diff) | |
| download | dotfiles-ef5c6e43ea799a259cce212dd50b02df68344b99.tar.gz dotfiles-ef5c6e43ea799a259cce212dd50b02df68344b99.zip | |
update node
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index d674a16..aa5b018 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -27,7 +27,7 @@ fi | |||
| 27 | 27 | ||
| 28 | # Enable nodejs | 28 | # Enable nodejs |
| 29 | if [ -d /usr/local/lib/nodejs ]; then | 29 | if [ -d /usr/local/lib/nodejs ]; then |
| 30 | NJS_VERSION=v15.14.0 | 30 | NJS_VERSION=v16.8.0 |
| 31 | NJS_DISTRO=linux-x64 | 31 | NJS_DISTRO=linux-x64 |
| 32 | PATH=/usr/local/lib/nodejs/node-$NJS_VERSION-$NJS_DISTRO/bin:$PATH | 32 | PATH=/usr/local/lib/nodejs/node-$NJS_VERSION-$NJS_DISTRO/bin:$PATH |
| 33 | fi | 33 | fi |