diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a591a9ac..774bc7149 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci + cache: 'yarn' + - run: yarn --frozen-lockfile - run: npm run lint - run: npm test \ No newline at end of file