From 8d4d45587363ec63de5b57a6ce95beaa14bfd34b Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 18 Jan 2023 18:01:42 +0100 Subject: [PATCH] finalize --- .github/actions/setup/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 002207c28e..b1e81c033b 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -19,8 +19,7 @@ inputs: runs: using: "composite" steps: - - run: echo "::notice starting setup :: start setup" - shell: bash + - name: install NPM uses: actions/setup-node@v3 with: