Skip to content

Commit e0d2125

Browse files
authored
chore(release): release (#2120)
* chore(release): release * chore: 修复ci
1 parent 28eaeb4 commit e0d2125

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# This workflow contains a single job called "ci"
1212
ci:
1313
# The type of runner that the job will run on
14-
runs-on: macos-latest
14+
runs-on: macos-14
1515

1616
strategy:
1717
matrix:
@@ -31,6 +31,14 @@ jobs:
3131
- name: install
3232
run: |
3333
yarn install
34+
35+
- name: check npm dependencies
36+
run: |
37+
npm ls --all || true
38+
39+
- name: List fonts in CI
40+
run: |
41+
fc-list
3442
3543
- name: lint
3644
run: |

0 commit comments

Comments
 (0)