修改工作流镜像
Some checks failed
CI/CD Pipeline for DevStar Extension / build (push) Failing after 2m29s

This commit is contained in:
2025-11-26 11:26:18 +08:00
parent b33384ca23
commit 44a34c8cb7

View File

@@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: node:20-alpine
image: node:20
steps:
- name: 拉取代码
uses: https://devstar.cn/actions/checkout@v4
@@ -22,10 +22,6 @@ jobs:
run: |
npm install
- name: 安装 Git
run: |
apk add --no-cache git
- name: 构建插件
run: |
npm run package