diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a0572..228620d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: node-version: [18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -42,7 +42,7 @@ jobs: cache: 'npm' - name: Install - run: npm install + run: npm clean-install --progress=false --no-fund - name: Lint run: npm run lint --if-present