pnpm version

This commit is contained in:
Elio Bischof
2025-07-24 14:53:15 +02:00
parent 2c50f0efd4
commit dbe2c7aa48
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 10
version: 9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7
# The devcontainer runs install after we set up caching in the following step
run_install: false
- name: Set up pnpm caching

View File

@@ -19,7 +19,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 10
version: 9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7
run_install: false
- name: Set up pnpm caching
uses: actions/setup-node@v4