Fix: pnpm Version Issues

This commit is contained in:
Youwes09
2026-06-12 18:27:57 -05:00
parent 2fa33bc928
commit ceb9ba12d7
4 changed files with 7 additions and 8 deletions
+2 -3
View File
@@ -34,12 +34,11 @@ jobs:
path: ~/.local/share/flatpak
key: flatpak-runtimes-gnome48-rust-stable
- name: Install runtime, SDK and rust-stable extension
- name: Install runtime and SDK
run: |
flatpak --user install -y --noninteractive flathub \
org.gnome.Platform//48 \
org.gnome.Sdk//48 \
org.freedesktop.Sdk.Extension.rust-stable//48
org.gnome.Sdk//48
- name: Build flatpak
run: |
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with: { version: latest }
with: { version: 10 }
- uses: actions/setup-node@v4
with:
node-version: 22
@@ -52,7 +52,7 @@ jobs:
with: { workspaces: src-tauri }
- uses: pnpm/action-setup@v4
with: { version: latest }
with: { version: 10 }
- uses: actions/setup-node@v4
with:
node-version: 22
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with: { version: latest }
with: { version: 10 }
- uses: actions/setup-node@v4
with:
node-version: 22
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with: { version: latest }
with: { version: 10 }
- uses: actions/setup-node@v4
with:
node-version: 22
@@ -51,7 +51,7 @@ jobs:
with: { workspaces: src-tauri }
- uses: pnpm/action-setup@v4
with: { version: latest }
with: { version: 10 }
- uses: actions/setup-node@v4
with:
node-version: 22