1
0
mirror of synced 2026-05-21 01:36:40 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-07-02 17:06:37 +08:00
parent 3f7d03959c
commit 0e8043664e
13 changed files with 1979 additions and 638 deletions

View File

@@ -18,10 +18,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node version to 18
- name: Set node version to 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'pnpm'
- run: pnpm bootstrap