Skip to content

Commit

Permalink
Bump yo to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll committed Dec 13, 2024
1 parent b09eecf commit 33774a7
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 703 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
yarn build
path_to_generator="$GITHUB_WORKSPACE/dist/src/generator-adapter"
npm install -g yo@4.3.1
npm install -g yo@5.0.0
# The command bellow will generate new EA with default name 'example-adapter' in specified directory 'examples'
DEBUG=* yo "$path_to_generator" examples --ignore-version-check
cd examples/example-adapter
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"extnerl-adapter-generator"
],
"devDependencies": {
"yeoman-generator": "7.3.3",
"yeoman-generator": "7.4.0",
"@yeoman/types": "1.5.0",
"mem-fs": "4.1.1",
"@yeoman/adapter": "2.0.0",
Expand Down
Loading

0 comments on commit 33774a7

Please sign in to comment.