From e4812cd65318f7829dedaf75d837cfd4621fbb47 Mon Sep 17 00:00:00 2001 From: Ismail Jniah <36990177+IsmailJniah@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:29:29 +0200 Subject: [PATCH] Update openvidu-react-tutorial.yml --- .github/workflows/openvidu-react-tutorial.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openvidu-react-tutorial.yml b/.github/workflows/openvidu-react-tutorial.yml index e340426b..9cb16869 100644 --- a/.github/workflows/openvidu-react-tutorial.yml +++ b/.github/workflows/openvidu-react-tutorial.yml @@ -26,7 +26,7 @@ jobs: run: | cd openvidu-basic-node npm install - node index.js + node index.js & - name: Configurar Node.js uses: actions/setup-node@v2