Skip to content

Commit 0c74ddc

Browse files
Update Non-breaking updates (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cbd844 commit 0c74ddc

4 files changed

Lines changed: 111 additions & 111 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Setup pnpm, Node.js 22, install dependencies, and build
44
runs:
55
using: composite
66
steps:
7-
- uses: pnpm/action-setup@v6.0.8
7+
- uses: pnpm/action-setup@v6.0.9
88
- uses: actions/setup-node@v6.4.0
99
with:
1010
node-version: 22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"type": "module",
6-
"packageManager": "pnpm@11.5.2",
6+
"packageManager": "pnpm@11.7.0",
77
"engines": {
88
"node": ">=22"
99
},

0 commit comments

Comments
 (0)