Skip to content

Commit

Permalink
ov-components: Updated versions of CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed May 24, 2024
1 parent c2ac238 commit cef24f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
name: Test setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ inputs.commit_sha || github.sha }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Commit URL
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.commit_sha || github.sha }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -95,10 +95,10 @@ jobs:
name: Webcomponent E2E CE tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ inputs.commit_sha || github.sha }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -131,8 +131,8 @@ jobs:
name: Webcomponent E2E PRO tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit cef24f0

Please sign in to comment.