Skip to content

Commit

Permalink
ov-components: Updated Node.js version to 20 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed May 24, 2024
1 parent f756e48 commit c2ac238
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ inputs.commit_sha || github.sha }}
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Commit URL
run: echo https://github.com/OpenVidu/openvidu/commit/${{ inputs.commit_sha || github.sha }}
- name: Send repository dispatch event
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
ref: ${{ inputs.commit_sha || github.sha }}
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- uses: actions/download-artifact@v3
with:
name: openvidu-browser
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
ref: ${{ inputs.commit_sha || github.sha }}
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- uses: actions/download-artifact@v3
with:
name: openvidu-browser
Expand Down Expand Up @@ -134,7 +134,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: openvidu-browser
Expand Down

0 comments on commit c2ac238

Please sign in to comment.