更新 .gitea/workflows/devstar-vscode-release.yaml
Some checks failed
CI/CD Pipeline for DevStar Extension / build (push) Failing after 5m29s
Some checks failed
CI/CD Pipeline for DevStar Extension / build (push) Failing after 5m29s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user