Downgrade pnpm version to 9 in workflow and package.json

This commit is contained in:
2025-04-19 19:29:57 +02:00
parent 18b6ba89ec
commit 2c88a6914a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
version: 9
- name: Install Node.js
uses: actions/setup-node@v4

View File

@@ -1,7 +1,7 @@
{
"name": "artsite",
"private": true,
"packageManager": "pnpm@10.8.1",
"packageManager": "pnpm@9.8.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",