Skip to content

Commit

Permalink
Update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaSpadari committed Feb 9, 2025
1 parent c79750c commit 9d51290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.15.2
version: 9.15.4

- name: install frontend dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.2.0",
"private": true,
"packageManager": "pnpm@10.2.1",
"packageManager": "pnpm@9.15.4",
"description": "Starter template for Nuxt 3 and Tauri 2",
"author": "Nicola Spadari",
"license": "MIT",
Expand Down

0 comments on commit 9d51290

Please sign in to comment.