⬆️ 更新依赖

This commit is contained in:
BTMuli
2023-11-29 16:57:57 +08:00
parent 80e27a20a7
commit 5b8610ab5b
8 changed files with 492 additions and 374 deletions

View File

@@ -35,7 +35,7 @@ body:
attributes:
label: 当前使用版本
description: 请填写当前使用版本
placeholder: 如 Beta v0.3.4
placeholder: 如 Beta v0.3.6
validations:
required: true
- type: textarea

View File

@@ -34,7 +34,7 @@ body:
attributes:
label: 当前使用版本
description: 请填写当前使用版本
placeholder: 如 Beta v0.3.4
placeholder: 如 Beta v0.3.6
validations:
required: true
- type: textarea

View File

@@ -33,7 +33,7 @@ body:
attributes:
label: 当前提交
description: 请填写当前提交
placeholder: 如 Beta v0.3.4
placeholder: 如 Beta v0.3.6
validations:
required: true
- type: textarea

View File

@@ -28,11 +28,11 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.16.0
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.10.5
version: 8.11.0
- name: Install frontend dependencies
run: pnpm install

View File

@@ -13,11 +13,11 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.16.0
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.7
version: 8.11.0
- name: Install frontend dependencies
run: pnpm install --frozen-lockfile
- name: "Qodana Scan"