Merge pull request #432 from xunchahaha:dev

Dev
This commit is contained in:
xuncha
2026-03-14 15:59:31 +08:00
committed by GitHub

View File

@@ -17,12 +17,12 @@ jobs:
steps: steps:
- name: Check out git repository - name: Check out git repository
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version: 24 node-version: 24
cache: "npm" cache: "npm"
@@ -69,12 +69,12 @@ jobs:
steps: steps:
- name: Check out git repository - name: Check out git repository
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version: 24 node-version: 24
cache: 'npm' cache: 'npm'