fix: unbuild version reduced to 2.0
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
name: Dependabot post-update
|
||||
# name: Dependabot post-update
|
||||
name: Build detection
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
@@ -14,7 +15,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
post-update:
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
# if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -45,5 +46,4 @@ jobs:
|
||||
|
||||
- name: Test and Build
|
||||
run: |
|
||||
pnpm run test:unit
|
||||
pnpm run build
|
Reference in New Issue
Block a user