mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Build GitHub config
This commit is contained in:
parent
e2b30d5e4c
commit
aa3c449167
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: latest
|
||||
version: 8.12.1
|
||||
run_install: true
|
||||
- name: Type check
|
||||
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
|
||||
uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: 8.6.12
|
||||
version: 8.12.1
|
||||
run_install: true
|
||||
- name: Type check
|
||||
run: pnpm run type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user