Skip to content

Commit

Permalink
Upgrade yarn from 1.7.0 to 1.9.4
Browse files Browse the repository at this point in the history
if you are having problems after this commit you need to either:
`brew upgrade yarn` Or `apt-get install yarn` or rebuild your docker
container or do whatever else you use to manage software versions

Change-Id: Ie338a24544bd4677f68222b69cfa178c0ef21ca9
Reviewed-on: https://gerrit.instructure.com/160616
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <[email protected]>
Product-Review: Ryan Shaw <[email protected]>
QA-Review: Ryan Shaw <[email protected]>
  • Loading branch information
ryankshaw committed Aug 14, 2018
1 parent c1b177e commit fd33fdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM instructure/ruby-passenger:2.4
ENV APP_HOME /usr/src/app/
ENV RAILS_ENV "production"
ENV NGINX_MAX_UPLOAD_SIZE 10g
ENV YARN_VERSION 1.7.0-1
ENV YARN_VERSION 1.9.4-1

# Work around github.com/zertosh/v8-compile-cache/issues/2
# This can be removed once yarn pushes a release including the fixed version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-production
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM instructure/ruby-passenger:2.4
ENV APP_HOME /usr/src/app/
ENV RAILS_ENV "production"
ENV NGINX_MAX_UPLOAD_SIZE 10g
ENV YARN_VERSION 1.7.0-1
ENV YARN_VERSION 1.9.4-1

# Work around github.com/zertosh/v8-compile-cache/issues/2
# This can be removed once yarn pushes a release including the fixed version
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM instructure/ruby-passenger:2.4
ENV APP_HOME /usr/src/app/
ENV RAILS_ENV "production"
ENV NGINX_MAX_UPLOAD_SIZE 10g
ENV YARN_VERSION 1.7.0-1
ENV YARN_VERSION 1.9.4-1

# Work around github.com/zertosh/v8-compile-cache/issues/2
# This can be removed once yarn pushes a release including the fixed version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"engines": {
"node": ">=8.10.0",
"yarn": "1.7.0"
"yarn": "1.9.4"
},
"private": true,
"workspaces": {
Expand Down

0 comments on commit fd33fdf

Please sign in to comment.