10 lines
169 B
Bash
10 lines
169 B
Bash
# check if npmci is available
|
|
npmci -v
|
|
|
|
# check if we can use lts
|
|
npmci install lts
|
|
|
|
# check if yarn picks it up
|
|
npmci command yarn install npmts
|
|
npmci command npmts -v
|