Skip to content

Commit

Permalink
Pin Node 12, use Volta
Browse files Browse the repository at this point in the history
  • Loading branch information
lolmaus committed Jul 27, 2022
1 parent 49f88ef commit 9b9c7a9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.



## [3.0.1] - 2022-07-27

### Fixed
* Fix `ember-cli-page-object` import path, by [@mkszepp](https://github.com/mkszepp).

### Maintenance
* Bump some dependencies, by [@mkszepp](https://github.com/mkszepp).
* Pin Node 12, use Volta, by [@lolmaus](https://github.com/lolmaus).



## [3.0.0] - 2020-08-17

### Added
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,10 +766,18 @@ See this addon's acceptance test for example.

## Development

### Use Volta

Use [Volta](https://volta.sh) to automatically pick correct Node and Yarn versions.



### Do not use npm, use yarn

This project uses [Yarn](https://yarnpkg.com/) to lock dependencies. You can install yarn with `npm i -g yarn`.



### Installation for development

* `git clone <repository-url>` this repository
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"sinon-chai": "^3.3.0"
},
"engines": {
"node": "8.* || >= 10.*"
"node": ">= 12.*"
},
"ember": {
"edition": "octane"
Expand All @@ -100,5 +100,9 @@
"resolutions": {
"gift": "^0.10.2",
"**/nise": "1.5.2"
},
"volta": {
"node": "12.22.12",
"yarn": "1.22.19"
}
}

0 comments on commit 9b9c7a9

Please sign in to comment.