rimashah25 commented on code in PR #8009:
URL: https://github.com/apache/trafficcontrol/pull/8009#discussion_r1608558887


##########
.github/workflows/tpv2.yml:
##########
@@ -280,6 +280,22 @@ jobs:
         uses: actions/checkout@master
         with:
           fetch-depth: 5
+      - name: Cache node modules
+        id: restore-npm-cache
+        uses: actions/cache@v3
+        with:
+          path: ./experimental/traffic-portal/node_modules
+          key: ${{ runner.os }}-node-${{ 
hashFiles('./experimental/traffic-portal/package-lock.json') }}
+          restore-keys: |
+            ${{ runner.os }}-node-

Review Comment:
   Got it. removed it in commit: 
[6d64976](https://github.com/apache/trafficcontrol/pull/8009/commits/6d64976b1681a2ed87674b2d5b5fdcd456a1eb09)



-- 
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: issues-unsubscr...@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to