Skip to content

Commit

Permalink
feat: download as CAR via the context menu (#1837)
Browse files Browse the repository at this point in the history
* feat: download as CAR via the context menu

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>

* fix: percent-encode filename.car

* chore: stable node and package-lock.json

Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
hacdias and lidel committed Jun 9, 2022
1 parent f3a8865 commit ad787dd
Show file tree
Hide file tree
Showing 9 changed files with 3,061 additions and 627 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.14.x

- name: Download build artifact
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit ad787dd

Please sign in to comment.