diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4d6a6ef5..aa744916 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - name: Install run: | pnpm install --frozen-lockfile @@ -37,7 +37,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - name: Install run: | pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d9a8534..7c432b70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - uses: dtolnay/rust-toolchain@stable - name: Install dependencies @@ -86,7 +86,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin,x86_64-apple-darwin @@ -153,7 +153,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - uses: dtolnay/rust-toolchain@stable - name: Install app dependencies and build web diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 26d9f14c..b937dd5a 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -29,7 +29,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - uses: dtolnay/rust-toolchain@stable - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e230272..cf47cb73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - name: Install dependencies run: | pnpm install --frozen-lockfile diff --git a/.github/workflows/thirdparty.yml b/.github/workflows/thirdparty.yml index c21873b9..ffbccedd 100644 --- a/.github/workflows/thirdparty.yml +++ b/.github/workflows/thirdparty.yml @@ -20,7 +20,7 @@ jobs: node-version-file: '.tool-versions' - uses: pnpm/action-setup@v6 with: - version: 10.34.1 + version: 11.5.2 - uses: dtolnay/rust-toolchain@stable - name: Install packages run: | diff --git a/.tool-versions b/.tool-versions index 0e1dabf1..504dc619 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ rust 1.96.0 nodejs 24.16.0 -pnpm 10.34.1 +pnpm 11.5.2