This commit is contained in:
2025-05-27 12:22:48 +08:00
parent 4097ed47f8
commit 74b4beb56d

View File

@@ -22,6 +22,9 @@ jobs:
with: with:
node-version: '22.15.0' node-version: '22.15.0'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install