From ee45223e1803fce332c9b3ff87742cedfe1ee4f6 Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Wed, 22 May 2024 15:47:20 +0300 Subject: [PATCH] feat(#5): no force --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcd6ff7..4fcff40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,5 +41,5 @@ jobs: with: node-version: ${{ matrix.node }} - run: npm install - - run: npm install --force -g grunt-cli + - run: npm install -g grunt-cli - run: npm test