Skip to content

Commit

Permalink
Fix generator integration test (#1176)
Browse files Browse the repository at this point in the history
* Downgrade to v3 Yeoman generator in dependencies
* Downgrade to v3 Yeoman generator in integration test

Note: Yeoman v4 requires Node.js v14 LTS, bump back versions once Node version is also bumped.

Signed-off-by: Attila Klenik <a.klenik@gmail.com>
  • Loading branch information
aklenik committed Nov 30, 2021
1 parent 5a538e1 commit cc19cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@ dispose () {
}

# Install yo
npm install --global yo
npm install --global yo@3.1.1

# generate the crypto materials
cd ./config
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-caliper/package.json
Expand Up @@ -29,7 +29,7 @@
"generators"
],
"dependencies": {
"yeoman-generator": "4.7.2",
"yeoman-generator": "3.1.1",
"camelcase": "6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit cc19cd6

Please sign in to comment.