We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ac27 commit 449cee6Copy full SHA for 449cee6
.github/workflows/docs.yml
@@ -26,6 +26,8 @@ jobs:
26
- recursive: true
27
args: [--frozen-lockfile, --strict-peer-dependencies]
28
29
+ - name: Upgrade npm to 10
30
+ run: npm install -g npm@10
31
# 👉 新增的 step:cd example && npm ci
32
- name: install example deps
33
if: env.GIT_DIFF
example/app.ts
@@ -18,7 +18,7 @@ configProvider({
18
})
19
20
// app.js
21
-// 触发 main 分支 docs 更新 11
+// 触发 main 分支 docs 更新 12
22
createApp({})
23
24
if (isIframe) {
0 commit comments