Skip to content

Commit cc40e3e

Browse files
committed
chore(eslint): 限制 dependabot 更新eslint的版本范围
1 parent d221fa2 commit cc40e3e

File tree

3 files changed

+257
-159
lines changed

3 files changed

+257
-159
lines changed

.github/workflows/SyncDoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 设置 Node.js
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: "20.18.0"
27+
node-version: "lts/*"
2828

2929
- name: 设置 Python
3030
uses: actions/setup-python@v6.2.0

0 commit comments

Comments
 (0)