Skip to content

Commit

Permalink
fix(mediaOverlay): use mediaSession api instead of hacky workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Aug 5, 2020
1 parent d11eefb commit 202058f
Show file tree
Hide file tree
Showing 11 changed files with 232 additions and 212 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install Node v12
- name: Install Node v14
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Install dependencies
run: yarn install
Expand All @@ -30,15 +30,15 @@ jobs:

artifact_macos:
name: Upload Artifact (macOS)
runs-on: macOS-latest
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install Node v12
- name: Install Node v14
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Install dependencies
run: yarn install
Expand All @@ -58,12 +58,12 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: install node v12
- name: install node v14
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Install dependencies
run: yarn install
Expand Down
Binary file removed nodert-win10-rs4-windows.foundation-0.4.4.tgz
Binary file not shown.
Binary file removed nodert-win10-rs4-windows.media-0.4.4.tgz
Binary file not shown.
Binary file removed nodert-win10-rs4-windows.media.playback-0.4.4.tgz
Binary file not shown.
Binary file removed nodert-win10-rs4-windows.storage.streams-0.4.4.tgz
Binary file not shown.
Loading

0 comments on commit 202058f

Please sign in to comment.