imbajin commented on code in PR #536:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/536#discussion_r1403140085
##########
.github/workflows/license-checker.yml:
##########
@@ -40,16 +40,6 @@ jobs:
log: info
config: .licenserc.yaml
- - uses: actions/setup-java@v3
- with:
- java-version: '11'
- distribution: 'adopt'
-
- - name: Use Node.js 16
- uses: actions/setup-node@v3
- with:
- node-version: '16'
-
Review Comment:
seems we don't need set java/node env here, the github ubuntu action already
have the maven env inside, so remove it now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]