优化构建工作流格式,统一引号风格

This commit is contained in:
JIANG
2026-03-13 17:37:43 +08:00
parent 081e4c4c13
commit 71be47b956
+4 -3
View File
@@ -3,11 +3,12 @@ name: Build and Lint
on:
push:
tags:
- 'v*'
- "v*"
jobs:
build:
runs-on: ubuntu-latest env:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
strategy:
matrix:
@@ -20,7 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"
- name: Install dependencies
run: npm ci