Skip to content

Commit 7bd6a97

Browse files
committed
chore(deps): pnpm v8.15.1
1 parent c9cd8ae commit 7bd6a97

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.12.0
20+
version: 8.15.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@v2
1919
with:
20-
version: 8.12.0
20+
version: 8.15.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@v2
1919
with:
20-
version: 8.12.0
20+
version: 8.15.1
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
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.12.0",
18+
"packageManager": "pnpm@8.15.1",
1919
"scripts": {
2020
"clean": "rm -rf dist",
2121
"lint": "markdownlint *.md && eslint .",

0 commit comments

Comments
 (0)