Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Nov 15, 2023
1 parent 511b3a7 commit dbf6b76
Show file tree
Hide file tree
Showing 2 changed files with 2 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: '18.13'

- name: Install Angular CLI
run: npm install -g @angular/cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
working-directory: openvidu-recording-node
run: |
npm install
node server.js > ../results/logs/node_server.log 2>&1 &
node server.js http://localhost:4443 MY_SECRET > ../results/logs/node_server.log 2>&1 &
sleep 10
- name: Install dependencies
Expand Down

0 comments on commit dbf6b76

Please sign in to comment.