This commit is contained in:
Marco Carrozzo 2023-01-18 17:47:59 +01:00
parent 783a2be17e
commit ce555cfcb4
No known key found for this signature in database
GPG Key ID: 23BFBA2CA93AA177

View File

@ -20,6 +20,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- run: echo "::notice starting setup :: start setup" - run: echo "::notice starting setup :: start setup"
shell: bash
- name: install NPM - name: install NPM
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with: