diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 35890c3d48f..576521d80ed 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' + cache: 'yarn' - name: Install dependencies run: yarn - name: Lint