Skip to content

Commit

Permalink
feat(TSE-1350): Add origin field to ICE config (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
lookasc authored Nov 22, 2023
1 parent cad9526 commit d5cfda5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16.14.2

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.5.0

Expand Down

0 comments on commit d5cfda5

Please sign in to comment.