File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2424 - name : Check if Node.js project and has package.json
2525 id : packagejson
2626 run : test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT
27+ - name : Setup corepack with pnpm and yarn
28+ if : steps.packagejson.outputs.exists == 'true'
29+ run : corepack enable
2730 - if : steps.packagejson.outputs.exists == 'true'
2831 name : Bumping latest version of this package in other repositories
2932 uses : derberg/npm-dependency-manager-for-your-github-org@f95b99236e8382a210042d8cfb84f42584e29c24 # using v6.2.0.-.- https://github.com/derberg/npm-dependency-manager-for-your-github-org/releases/tag/v6.2.0
3437 repos_to_ignore : spec,bindings,saunter,server-api
3538 custom_id : " dependency update from asyncapi bot"
3639 search : " true"
40+ ignore_paths : .github/workflows
You can’t perform that action at this time.
0 commit comments