i1
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 7s

This commit is contained in:
shanshanzhong 2025-09-26 18:43:33 -07:00
parent bcf81ab683
commit 4d39fd1b84

View File

@ -24,7 +24,12 @@ env:
jobs:
build:
runs-on: ppanel-server
container:
image: node:20
strategy:
matrix:
# 只有node支持版本号别名
node: ['20.15.1']
steps:
# 步骤1: 下载代码
- name: 📥 下载代码