Skip to content

Commit d386707

Browse files
chore(deps): update dependency pnpm to v10.33.0
1 parent 1e6b627 commit d386707

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup pnpm
3434
uses: pnpm/action-setup@v5.0.0
3535
with:
36-
version: 10.32.1
36+
version: 10.33.0
3737

3838
- name: Ensure pnpm cache directory exists
3939
run: mkdir -p ~/.pnpm-store

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup pnpm
3434
uses: pnpm/action-setup@v5.0.0
3535
with:
36-
version: 10.32.1
36+
version: 10.33.0
3737

3838
- name: Install dependencies
3939
run: pnpm install

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup pnpm
3939
uses: pnpm/action-setup@v5.0.0
4040
with:
41-
version: 10.32.1
41+
version: 10.33.0
4242

4343
- name: Install Rust stable
4444
uses: dtolnay/rust-toolchain@stable

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup pnpm
4242
uses: pnpm/action-setup@v5.0.0
4343
with:
44-
version: 10.32.1
44+
version: 10.33.0
4545

4646
- name: Install dependencies
4747
run: pnpm install
@@ -163,7 +163,7 @@ jobs:
163163
- name: Setup pnpm
164164
uses: pnpm/action-setup@v5.0.0
165165
with:
166-
version: 10.32.1
166+
version: 10.33.0
167167

168168
- name: Install Rust stable
169169
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)