From 6afa056a86697ae2ca4e3875af4b23a2ea6efe84 Mon Sep 17 00:00:00 2001 From: Yury Date: Mon, 19 Feb 2024 10:58:23 +0300 Subject: [PATCH] chore: testing --- .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 40f025b..8df532b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,8 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - - name: Check npm audit - run: npm audit --production --audit-level=low + # - name: Check npm audit + # run: npm audit --production --audit-level=low - name: Install Dependencies run: npm ci