Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 89b9a73

Browse files
committed
ci: don't install latest Node.js in deploy
Remove the `nvm install lts/*` line from the deploy script as the default Node.js version _should_ be sufficient.
1 parent 503f351 commit 89b9a73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
provider: script
3232
skip_cleanup: true
3333
script:
34-
- nvm install lts/*
3534
- npx semantic-release
3635

3736
### Generic setup follows ###

0 commit comments

Comments
 (0)