Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# https://github.com/pnpm/action-setup/releases/tag/v6.0.9
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: 10.34.4
version: 11.17.0
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
# https://github.com/actions/setup-node/releases/tag/v6.4.0
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 24.15.0
pnpm 10.34.4
pnpm 11.17.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"examples/*",
"documentation"
],
"packageManager": "pnpm@10.34.4",
"packageManager": "pnpm@11.17.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.34.4"
Expand Down
Loading