Skip to content

Commit 28ed93b

Browse files
Update dependency pnpm to v10
1 parent ea986c5 commit 28ed93b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 22
1616
- uses: pnpm/action-setup@v4
1717
with:
18-
version: 9
18+
version: 10.14.0
1919
- name: Install
2020
run: |
2121
pnpm install --frozen-lockfile
@@ -37,7 +37,7 @@ jobs:
3737
node-version: 22
3838
- uses: pnpm/action-setup@v4
3939
with:
40-
version: 9
40+
version: 10.14.0
4141
- name: Install
4242
run: |
4343
pnpm install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 22
2121
- uses: pnpm/action-setup@v4
2222
with:
23-
version: 9
23+
version: 10.14.0
2424
- uses: dtolnay/rust-toolchain@stable
2525

2626
- name: Install dependencies
@@ -86,7 +86,7 @@ jobs:
8686
node-version: 22
8787
- uses: pnpm/action-setup@v4
8888
with:
89-
version: 9
89+
version: 10.14.0
9090
- uses: dtolnay/rust-toolchain@stable
9191
with:
9292
targets: aarch64-apple-darwin,x86_64-apple-darwin
@@ -153,7 +153,7 @@ jobs:
153153
node-version: 22
154154
- uses: pnpm/action-setup@v4
155155
with:
156-
version: 9
156+
version: 10.14.0
157157
- uses: dtolnay/rust-toolchain@stable
158158

159159
- name: Install app dependencies and build web

.github/workflows/snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 22
3030
- uses: pnpm/action-setup@v4
3131
with:
32-
version: 9
32+
version: 10.14.0
3333
- uses: dtolnay/rust-toolchain@stable
3434

3535
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: 22
2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 9
24+
version: 10.14.0
2525
- name: Install dependencies
2626
run: |
2727
pnpm install --frozen-lockfile

.github/workflows/thirdparty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 22
2020
- uses: pnpm/action-setup@v4
2121
with:
22-
version: 9
22+
version: 10.14.0
2323
- uses: dtolnay/rust-toolchain@stable
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
- name: Install packages

0 commit comments

Comments
 (0)