diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cad466..3025e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,19 +29,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - check-latest: true cache: 'npm' - run: npm install - - name: Cache node_modules - uses: actions/cache@v3 - id: npm-cache - with: - path: '**/node_modules' - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - name: Lint run: npm run lint