chore(deps): update react monorepo #3577
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Web Extension | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build-web-extension: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 2 | |
- uses: ./.github/actions/setup-environment | |
- name: Build Web Extension | |
run: pnpm build:web-extension |