Skip to content

Commit

Permalink
Merge pull request #176 from jamescdavis/pin_node_and_yarn_with_volta
Browse files Browse the repository at this point in the history
chore: pin with volta: node@8.17.0, yarn@1.21.1
  • Loading branch information
jamescdavis committed Jan 29, 2020
2 parents 18dbbec + f463883 commit 442605d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- pin node@8.17.0 and yarn@1.21.1 with volta

## [0.11.0] - 2019-07-30
### Changed
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,9 @@
"lodash": "^4.17.4",
"pagination-pager": "^3.0.0",
"toastr": "^2.1.2"
},
"volta": {
"node": "8.17.0",
"yarn": "1.21.1"
}
}

0 comments on commit 442605d

Please sign in to comment.