Skip to content

Commit 449cee6

Browse files
committed
chore: 触发更新
1 parent 426ac27 commit 449cee6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- recursive: true
2727
args: [--frozen-lockfile, --strict-peer-dependencies]
2828
29+
- name: Upgrade npm to 10
30+
run: npm install -g npm@10
2931
# 👉 新增的 step:cd example && npm ci
3032
- name: install example deps
3133
if: env.GIT_DIFF

example/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configProvider({
1818
})
1919

2020
// app.js
21-
// 触发 main 分支 docs 更新 11
21+
// 触发 main 分支 docs 更新 12
2222
createApp({})
2323

2424
if (isIframe) {

0 commit comments

Comments
 (0)