This commit is contained in:
2025-11-27 17:09:46 +08:00
parent 6cc96a7126
commit 1368a57bf2
+1 -3
View File
@@ -19,12 +19,10 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install
run: pnpm install --frozen-lockfile