更新版本

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