Skip to content

feat: support manifest v3 #20

feat: support manifest v3

feat: support manifest v3 #20

Workflow file for this run

name: '⚙️ On pull request'
on:
pull_request:
branches:
- main
- beta
- alpha
paths-ignore:
- ./**/*.md
- ./.idea/**
merge_group:
concurrency:
group: '${{ github.workflow }}-${{ github.ref_name }}'
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # needed for finding last git tag
- uses: ./.github/actions/build
with:
node-version: ${{ vars.NODE_VERSION }}