Skip to content

Commit 9b9c7a9

Browse files
committed
Pin Node 12, use Volta
1 parent 49f88ef commit 9b9c7a9

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88

99

10+
## [3.0.1] - 2022-07-27
11+
12+
### Fixed
13+
* Fix `ember-cli-page-object` import path, by [@mkszepp](https://github.com/mkszepp).
14+
15+
### Maintenance
16+
* Bump some dependencies, by [@mkszepp](https://github.com/mkszepp).
17+
* Pin Node 12, use Volta, by [@lolmaus](https://github.com/lolmaus).
18+
19+
20+
1021
## [3.0.0] - 2020-08-17
1122

1223
### Added

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,10 +766,18 @@ See this addon's acceptance test for example.
766766

767767
## Development
768768

769+
### Use Volta
770+
771+
Use [Volta](https://volta.sh) to automatically pick correct Node and Yarn versions.
772+
773+
774+
769775
### Do not use npm, use yarn
770776

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

779+
780+
773781
### Installation for development
774782

775783
* `git clone <repository-url>` this repository

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"sinon-chai": "^3.3.0"
8989
},
9090
"engines": {
91-
"node": "8.* || >= 10.*"
91+
"node": ">= 12.*"
9292
},
9393
"ember": {
9494
"edition": "octane"
@@ -100,5 +100,9 @@
100100
"resolutions": {
101101
"gift": "^0.10.2",
102102
"**/nise": "1.5.2"
103+
},
104+
"volta": {
105+
"node": "12.22.12",
106+
"yarn": "1.22.19"
103107
}
104108
}

0 commit comments

Comments
 (0)