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