Skip to content

Commit ba072c6

Browse files
chore(deps): update all non-major dependencies
1 parent 35fde5e commit ba072c6

5 files changed

Lines changed: 266 additions & 235 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2828
with:
29-
node-version: 24.15.0
29+
node-version: 24.18.0
3030
package-manager-cache: false
3131

3232
- name: Install Pnpm
33-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
33+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3434
with:
3535
run_install: true
3636

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131
with:
32-
node-version: 24.15.0
32+
node-version: 24.18.0
3333
package-manager-cache: false
3434

3535
- name: Install Pnpm
36-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
36+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3737
with:
3838
run_install: true
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"rstack": "workspace:*",
2323
"typescript": "catalog:"
2424
},
25-
"packageManager": "pnpm@11.9.0"
25+
"packageManager": "pnpm@11.13.0"
2626
}

0 commit comments

Comments
 (0)