From 7cacd3f99c327d03daf4f18f93c1903c641f5470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20No=C3=ABl?= Date: Mon, 27 Nov 2023 09:24:34 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd42847..63b7362 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: # Install & build & test: - run: yarn install - - run: yarn audit --groups dependencies + - run: yarn npm audit --environment production - run: yarn run build # Coverage report