Update pnpm version
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 9.15.2
|
version: 9.15.4
|
||||||
|
|
||||||
- name: install frontend dependencies
|
- name: install frontend dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.2.1",
|
"packageManager": "pnpm@9.15.4",
|
||||||
"description": "Starter template for Nuxt 3 and Tauri 2",
|
"description": "Starter template for Nuxt 3 and Tauri 2",
|
||||||
"author": "Nicola Spadari",
|
"author": "Nicola Spadari",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Reference in New Issue
Block a user