Merge pull request #460 from pesho/fix_yarn_policy

Correct mistaken Yarn update policy.
This commit is contained in:
Christopher Horrell 2017-07-12 09:26:05 -04:00 committed by GitHub
commit 0eeef25f1d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ New **Node.js** releases are released as soon as possible.
New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release.
**Yarn** is updated to the latest version only when there is a new Node.js SemVer-minor release, and it's updated only in the branch with the new release, preferably in the same PR. The `update.sh` script does this automatically when invoked with a specific branch, e.g. `./update.sh 6.10`.
**Yarn** is updated to the latest version only when there is a new Node.js SemVer PATCH release, and it's updated only in the branch with the new release, preferably in the same PR. The `update.sh` script does this automatically when invoked with a specific branch, e.g. `./update.sh 6.10`.
## Adding dependencies to the base images