We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaf153 commit deb7fbfCopy full SHA for deb7fbf
.github/workflows/openvidu-call-e2e-test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: echo Commit openvidu-components-angular
25
- uses: actions/setup-node@v3
26
with:
27
- node-version: '16'
+ node-version: '20'
28
- name: Build openvidu-browser
29
env:
30
BRANCH_NAME: ${{ github.event.client_payload.branch-name || 'master' }}
@@ -71,7 +71,7 @@ jobs:
71
- uses: actions/checkout@v3
72
73
74
75
- uses: actions/download-artifact@v3
76
77
name: artifacts
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
115
116
117
0 commit comments