From 156088c4efe6d851ae455c61c6ea8d4777810283 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 16 Dec 2023 02:01:54 +0400 Subject: [PATCH] ci: Update install --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc58189..b0a11bdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: node-version: '${{ matrix.node }}' - name: 'Install depependencies' - run: npm install --force + run: yarn install - name: 'Regenerate' run: npm run regen - name: 'ESLint' @@ -59,7 +59,7 @@ jobs: with: node-version: 18 - name: 'Install depependencies' - run: npm install --force + run: yarn install - name: 'Build' run: npm run build - name: 'Release'