Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(deps): update yarn to v1.16.0 (#2419)
Browse files Browse the repository at this point in the history
* chore(deps): update yarn to v1.16.0

* chore: sync Yarn version to 1.16.0
  • Loading branch information
renovate[bot] authored and samouss committed May 14, 2019
1 parent 1027557 commit 729a3a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aliases:
- &install_yarn_version
name: Install specific Yarn version
command: |
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.16.0
echo 'export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"' >> $BASH_ENV
- &restore_yarn_cache
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To run this project, you will need:

- Node.js >= v8.10.0, use nvm - [install instructions](https://github.com/creationix/nvm#install-script)
- Yarn >= v1.15.2 - [install instructions](https://yarnpkg.com/en/docs/install#alternatives-stable)
- Yarn >= v1.16.0 - [install instructions](https://yarnpkg.com/en/docs/install#alternatives-stable)

## Development

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
publish = "website/dist"

[build.environment]
YARN_VERSION = "1.15.2"
YARN_VERSION = "1.16.0"
YARN_FLAGS = "--production=false"
NODE_ENV = "production"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
"engines": {
"node": "8.16.0",
"yarn": "1.15.2"
"yarn": "1.16.0"
},
"bundlesize": [
{
Expand Down

0 comments on commit 729a3a4

Please sign in to comment.