Skip to content

Commit

Permalink
Use v3 CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 17, 2023
1 parent 66ba162 commit a0626bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mediasoup-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.ci.node }}

- name: Configure cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.npm
Expand Down

0 comments on commit a0626bf

Please sign in to comment.