ci: 移除不再需要的Node.js安装步骤

This commit is contained in:
shanshanzhong 2025-08-05 09:20:50 -07:00
parent dad83339c1
commit fcae874fd2

View File

@ -28,11 +28,6 @@ jobs:
go: ["1.24.3"]
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Checkout
uses: actions/checkout@v4