shibd commented on code in PR #258:
URL:
https://github.com/apache/pulsar-client-node/pull/258#discussion_r1043258033
##########
.github/workflows/ci-pr-validation.yml:
##########
@@ -58,7 +58,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}
- cache: 'npm'
Review Comment:
@tisonkun I didn't change to using yarn cache because using yarn cache
requires a yarn.lock file. Referring to this
https://github.com/apache/pulsar-client-node/pull/258#issuecomment-1342579551,
we don't add yarn.lock.
For this compilation step, I chose not to use a cache.
--
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]