diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2a2ece1..fca7fc1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,16 +26,17 @@ jobs: with: node-version: 20 cache: "npm" - - - name: Cache Node modules - uses: actions/cache@v3 - with: - path: | - ~/.npm - **/node_modules - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- + cache-dependency-path: test/aidbox_sdk/snapshots/typescript/package-lock.json + + # - name: Cache Node modules + # uses: actions/cache@v3 + # with: + # path: | + # ~/.npm + # **/node_modules + # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} + # restore-keys: | + # ${{ runner.os }}-node- - name: Install system and client dependencies run: |