Xuanwo commented on code in PR #6491: URL: https://github.com/apache/opendal/pull/6491#discussion_r2262454787
########## .github/workflows/ci_bindings_nodejs.yml: ########## @@ -39,6 +39,17 @@ on: - "core/**" - ".github/workflows/ci_bindings_nodejs.yml" workflow_dispatch: + inputs: Review Comment: I wish we have two workflows (like other langauge): `ci_bindings_nodejs.yml` and `release_nodejs`, can we? ########## bindings/nodejs/npm/linux-arm64-gnu/package.json: ########## @@ -1,21 +1,46 @@ { "name": "@opendal/lib-linux-arm64-gnu", "version": "0.49.0", - "repository": "g...@github.com/apache/opendal.git", - "os": [ - "linux" - ], "cpu": [ "arm64" ], "main": "opendal.linux-arm64-gnu.node", "files": [ "opendal.linux-arm64-gnu.node" ], + "description": "Apache OpenDAL: Access data freely", Review Comment: Please note our vision has changed. -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org