Skip to content

Commit 5a54ec6

Browse files
committed
Upgrade pnpm version to 11 in CI workflow for improved compatibility
1 parent b5c9cca commit 5a54ec6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
1919
with:
20-
version: 10
20+
version: 11
2121
- name: Install Node.js
2222
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install pnpm
4242
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
4343
with:
44-
version: 10
44+
version: 11
4545
- name: Install Node.js ${{ matrix.node-version }}
4646
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4747
with:

0 commit comments

Comments
 (0)