From b6c1f7114f900d78d78f4a1383ed3ae0cbb02545 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Sat, 17 Aug 2024 14:29:46 +0500 Subject: [PATCH] fix --- .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 4c0f4954..931a2262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: 20 - name: Install dependencies - run: npx nypm@latest i + run: npm install - name: Lint run: npm run lint @@ -36,7 +36,7 @@ jobs: node-version: 20 - name: Install dependencies - run: npx nypm@latest i + run: npm install - name: Install playwright run: npx playwright install