From 30cda111f96df4d7a536d80aa1470fc44b6e0f26 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sat, 23 Apr 2022 08:48:01 +0200 Subject: [PATCH] Update build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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