This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user