Skip to content

Commit ac5d727

Browse files
committed
fix: 清理根目录的 package 文件后导致默认 CMJ 处理 script 中的 ESM 失效
1 parent 44a5152 commit ac5d727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
COMMIT_SHA: ${{ github.sha }}
6161
REPO_URL: ${{ github.server_url }}/${{ github.repository }}
6262
BEFORE_SHA: ${{ github.event.before }}
63-
run: node scripts/update-readme.js
63+
run: node scripts/update-readme.mjs
6464

6565
- name: Commit changes
6666
if: steps.check_ptr.outputs.has_ptr == 'true'

0 commit comments

Comments
 (0)