更新版本

This commit is contained in:
ACT丶流星雨 2026-02-10 21:50:55 +08:00
parent 034b362d06
commit 8b9f7a0307

View File

@ -3,11 +3,11 @@ name: Build and Release
on:
push:
tags:
- 'v*'
- "v*"
workflow_dispatch:
inputs:
version:
description: 'Version number (e.g., 1.0.0)'
description: "Version number (e.g., 1.0.0)"
required: false
type: string
@ -22,8 +22,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'yarn'
node-version: "24"
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
@ -55,8 +55,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'yarn'
node-version: "24"
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile