Skip to content

Commit 61a0894

Browse files
committed
更新 CI 配置,移除对 Node.js 18.x 的支持,仅保留 20.x 版本
1 parent 2b6cd83 commit 61a0894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
--health-retries 5
2323
strategy:
2424
matrix:
25-
node-version: [18.x, 20.x]
25+
node-version: [20.x]
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)