mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes' into preview-features
This commit is contained in:
commit
d4b28b5822
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: pnpm/action-setup@v2.2.4
|
uses: pnpm/action-setup@v2.2.4
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: 8.12.1
|
||||||
run_install: true
|
run_install: true
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: pnpm run type
|
run: pnpm run type
|
||||||
|
|||||||
2
.github/workflows/pull-request-check.yml
vendored
2
.github/workflows/pull-request-check.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: pnpm/action-setup@v2.2.4
|
uses: pnpm/action-setup@v2.2.4
|
||||||
with:
|
with:
|
||||||
version: 8.6.12
|
version: 8.12.1
|
||||||
run_install: true
|
run_install: true
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: pnpm run type
|
run: pnpm run type
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user