Skip to content

Commit cebdba6

Browse files
committed
chore(deps): pnpm v8.7.4
1 parent e7af8ac commit cebdba6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v2
1919
with:
20-
version: 8.6.12
20+
version: 8.7.4
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
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@v2
1919
with:
20-
version: 8.6.12
20+
version: 8.7.4
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
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@v2
1919
with:
20-
version: 8.6.12
20+
version: 8.7.4
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"files": [
1616
"src/*"
1717
],
18-
"packageManager": "pnpm@8.6.12",
18+
"packageManager": "pnpm@8.7.4",
1919
"scripts": {
2020
"clean": "rm -rf dist",
2121
"lint": "markdownlint *.md && eslint .",

0 commit comments

Comments
 (0)