更新 .gitea/workflows/devstar-vscode-release.yaml
Some checks failed
CI/CD Pipeline for DevStar Extension / build (push) Failing after 5m29s

This commit is contained in:
2025-11-18 08:04:05 +00:00
parent 6d459a8be6
commit 950473164e

View File

@@ -11,17 +11,17 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: gitea/runner-images:ubuntu-latest
image: node:20-alpine
steps:
- name: 拉取代码
uses: https://devstar.cn/actions/checkout@v4
with:
fetch-depth: 0
- name: 安装 Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.16 | sudo -E bash -
sudo apt-get install -y nodejs
# - name: 安装 Node.js
# run: |
# curl -fsSL https://deb.nodesource.com/setup_20.16 | sudo -E bash -
# sudo apt-get install -y nodejs
- name: 安装依赖
run: |