Skip to content

Update firefox client to plgn instead of ext #26

Update firefox client to plgn instead of ext

Update firefox client to plgn instead of ext #26

Workflow file for this run

name: Build for all browsers
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- uses: c-hive/gha-yarn-cache@v2
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Store builds
uses: actions/upload-artifact@v3
with:
name: build
path: |
build