Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 22.19.0
node-version: 22.20.0
check-latest: true
cache: "pnpm"
- run: pnpm install
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 22.19.0
node-version: 22.20.0
check-latest: true
cache: "pnpm"
- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 22.19.0
node-version: 22.20.0
check-latest: true
cache: 'pnpm'
- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 22.19.0
node-version: 22.20.0
cache: 'pnpm'
- run: pnpm install
- name: Create Release Pull Request or Publish to npm
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ catalog:
'@testing-library/jest-dom': 6.8.0
'@testing-library/react': 16.3.0
'@types/jest': 30.0.0
'@types/node': 22.18.3
'@types/node': 22.18.11
'@types/react': 19.2.2
'@types/react-dom': 19.2.2
'@typescript-eslint/eslint-plugin': 8.43.0
Expand Down
Loading