Skip to content

Commit 5fd26fd

Browse files
committed
Update dependencies
1 parent 5105828 commit 5fd26fd

File tree

6 files changed

+3104
-8231
lines changed

6 files changed

+3104
-8231
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v2
13+
with:
14+
node-version: 'lts/*'
1215
- run: npm ci
1316
- run: npm run lint
1417

1518
Build:
1619
runs-on: ubuntu-latest
1720
steps:
1821
- uses: actions/checkout@v2
22+
- uses: actions/setup-node@v2
23+
with:
24+
node-version: 'lts/*'
1925
- run: npm ci
2026
- run: npm run build

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,14 @@ jobs:
5353
chrome)
5454
cd $DIRECTORY && npx chrome-webstore-upload-cli@1 upload --auto-publish
5555
;;
56+
firefox)
57+
cd $DIRECTORY && npx web-ext-submit@6
58+
;;
5659
esac
5760
env:
5861
EXTENSION_ID: ${{ secrets.EXTENSION_ID }}
5962
CLIENT_ID: ${{ secrets.CLIENT_ID }}
6063
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
6164
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
65+
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
66+
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}

0 commit comments

Comments
 (0)