Skip to content

Commit

Permalink
Fix generator error (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll authored Dec 13, 2024
1 parent 0a9649c commit 9939761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22
node-version: 22.11
registry-url: https://registry.npmjs.org
always-auth: true
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
path_to_generator="$GITHUB_WORKSPACE/dist/src/generator-adapter"
npm install -g [email protected]
# The command bellow will generate new EA with default name 'example-adapter' in specified directory 'examples'
yo "$path_to_generator" examples --ignore-version-check
DEBUG=* yo "$path_to_generator" examples --ignore-version-check
cd examples/example-adapter
yarn build
yarn test
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 22.12.0
nodejs 22.11.0

0 comments on commit 9939761

Please sign in to comment.