Gal Schlezinger
2 years ago
committed by
GitHub
3 changed files with 1 additions and 13 deletions
@ -1,6 +1,6 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
eval "$(fnm env --multi)" |
eval "$(fnm env --shell=bash)" |
||||||
fnm install v10.11.0 |
fnm install v10.11.0 |
||||||
fnm use v10.11.0 |
fnm use v10.11.0 |
||||||
node -v |
node -v |
||||||
|
@ -1,6 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
|
|
||||||
eval "$(~/.fnm-latest/fnm env --multi)" |
|
||||||
~/.fnm-latest/fnm install v10.11.0 |
|
||||||
~/.fnm-latest/fnm use v10.11.0 |
|
||||||
node -v |
|
Loading…
Reference in new issue