diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 908e7b2..f731395 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 9.3.0 + version: 9.4.0 - name: install frontend dependencies run: pnpm install diff --git a/package.json b/package.json index 6a4ffe6..c3898af 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.0.1", "private": true, - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@9.4.0", "description": "Starter template for Nuxt 3 with Tauri", "author": "Nicola Spadari", "license": "MIT",