Skip to content

Commit cc31c50

Browse files
committed
chore(deps): update pnpm version in workflows
1 parent f234837 commit cc31c50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PNPM
1818
uses: pnpm/action-setup@v4
1919
with:
20-
version: 9.7.0
20+
version: 10.11.1
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if:
1818
uses: pnpm/action-setup@v4
1919
with:
20-
version: 9.7.0
20+
version: 10.11.1
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:

.github/workflows/test-jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PNPM
1818
uses: pnpm/action-setup@v4
1919
with:
20-
version: 9.7.0
20+
version: 10.11.1
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:

0 commit comments

Comments
 (0)