diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 663d081c..ddcdb226 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js - uses: actions/setup-node@v3 - with: - cache: "npm" + # - name: Use Node.js + # uses: actions/setup-node@v3 + # with: + # cache: "npm" - run: npm ci - name: Build and Test