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
10 changes: 5 additions & 5 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Install dependencies
run: pnpm install
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Install dependencies
run: pnpm install
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Install dependencies
run: pnpm install
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Setup Git user
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"

- name: Setup Git user
run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- "."

minimalReleaseAge: 10080
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"timezone": "Asia/Tokyo",
"assignees": ["108yen"],
"prHourlyLimit": 10,
"minimumReleaseAge": "7 days",
"automerge": true,
"packageRules": [
{
Expand Down
10 changes: 5 additions & 5 deletions test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("utils", () => {
headers: {
accept: "application/vnd.github.v3+json",
"content-type": "application/json; charset=utf-8",
"user-agent": "octokit-core.js/5.2.1 Node.js/22",
"user-agent": "octokit-core.js/5.2.1 Node.js/24",
},
method: "POST",
redirect: undefined,
Expand Down Expand Up @@ -131,7 +131,7 @@ describe("utils", () => {
headers: {
accept: "application/vnd.github.v3+json",
"content-type": "application/json; charset=utf-8",
"user-agent": "octokit-core.js/5.2.1 Node.js/22",
"user-agent": "octokit-core.js/5.2.1 Node.js/24",
},
method: "POST",
redirect: undefined,
Expand Down Expand Up @@ -194,7 +194,7 @@ describe("utils", () => {
headers: {
accept: "application/vnd.github.v3+json",
"content-type": "application/json; charset=utf-8",
"user-agent": "octokit-core.js/5.2.1 Node.js/22",
"user-agent": "octokit-core.js/5.2.1 Node.js/24",
},
method: "POST",
redirect: undefined,
Expand Down Expand Up @@ -259,7 +259,7 @@ describe("utils", () => {
headers: {
accept: "application/vnd.github.v3+json",
"content-type": "application/json; charset=utf-8",
"user-agent": "octokit-core.js/5.2.1 Node.js/22",
"user-agent": "octokit-core.js/5.2.1 Node.js/24",
},
method: "POST",
redirect: undefined,
Expand Down Expand Up @@ -323,7 +323,7 @@ describe("utils", () => {
headers: {
accept: "application/vnd.github.v3+json",
"content-type": "application/json; charset=utf-8",
"user-agent": "octokit-core.js/5.2.1 Node.js/22",
"user-agent": "octokit-core.js/5.2.1 Node.js/24",
},
method: "POST",
redirect: undefined,
Expand Down