Skip to content

Commit

Permalink
Update openvidu-call-e2e-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM authored May 24, 2024
1 parent ccaf153 commit deb7fbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openvidu-call-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo Commit openvidu-components-angular
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Build openvidu-browser
env:
BRANCH_NAME: ${{ github.event.client_payload.branch-name || 'master' }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- uses: actions/download-artifact@v3
with:
name: artifacts
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- uses: actions/download-artifact@v3
with:
name: artifacts
Expand Down

0 comments on commit deb7fbf

Please sign in to comment.