🚀 v0.8.2

This commit is contained in:
BTMuli
2025-09-27 10:23:25 +08:00
parent 4cbd8af250
commit 76e9d23f23
9 changed files with 55 additions and 104 deletions

View File

@@ -12,11 +12,11 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 23.3.0
node-version: 24.8.0
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 10.10.0
version: 10.16.1
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: "Qodana Scan"