SkyeYoung commented on code in PR #2590:
URL: https://github.com/apache/apisix-dashboard/pull/2590#discussion_r947367934
##########
.github/workflows/frontend-e2e-test.yml:
##########
@@ -49,8 +49,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- cache: 'yarn'
- cache-dependency-path: web/yarn.lock
+
+ - name: Install PNPM
+ run: npm i -g [email protected]
Review Comment:
Have you checked out this https://github.com/pnpm/action-setup? I think this
might be a little better.
But, anyway, let's run through the test first.
--
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]