From c380eec3863ca55ec96f661f8a890ebdd3cad178 Mon Sep 17 00:00:00 2001 From: Popov Aleksey Date: Thu, 12 Oct 2023 12:42:51 +0300 Subject: [PATCH] github-actions: added --legacy-peer-deps in test-npm --- actions/test-npm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/test-npm/action.yml b/actions/test-npm/action.yml index 8c0d43b..ba7717b 100644 --- a/actions/test-npm/action.yml +++ b/actions/test-npm/action.yml @@ -23,7 +23,7 @@ runs: ${{ runner.os }}-node- - shell: bash - run: npm ci + run: npm ci --legacy-peer-deps - shell: bash run: npm run ${{ inputs.task }} \ No newline at end of file