From 2cefe39c6093e1a0e5c1564f65fbb6dcfbb356c7 Mon Sep 17 00:00:00 2001 From: Dmitriy Pashkevich Date: Sun, 3 Sep 2023 17:06:11 +0300 Subject: [PATCH] ci: :ferris_wheel: fix node_modules innstall command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24f52de..4334e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 - uses: nrwl/nx-set-shas@v3 - - run: yarn install --frozen-lockfile + - run: npm install - run: npm run lint:js - run: npm run lint:syncpack