Skip to content

Commit 47968b8

Browse files
authored
Merge pull request #14 from hqwlkj/feature/eslint
fix(ci): 修改npm安装命令以兼容旧版本依赖
2 parents be6d7c5 + 14cb957 commit 47968b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 20
1818
cache: npm
1919

20-
- run: npm ci
20+
- run: npm ci --legacy-peer-deps
2121

2222
- name: Check formatting
2323
run: npm run format:check

0 commit comments

Comments
 (0)