Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 23, 2024
1 parent e17fb62 commit da4176b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-angular-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '16'
node-version: 16

- name: Install Angular CLI
run: npm install -g @angular/cli
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Configurar Node.js
uses: actions/[email protected]
with:
node-version: 16

- name: Run the client application tutorial
working-directory: openvidu-react
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Configurar Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Run the client application tutorial
working-directory: openvidu-vue
Expand Down

0 comments on commit da4176b

Please sign in to comment.