diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index b73c402..eb16f56 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba500f3..a4e40a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: | diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 0011f04..7acd7c6 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -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: | diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..cabf43b --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +24 \ No newline at end of file diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..e45938e --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +packages: + - "." + +minimalReleaseAge: 10080 diff --git a/renovate.json b/renovate.json index 3aa2a4d..06cdb85 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,7 @@ "timezone": "Asia/Tokyo", "assignees": ["108yen"], "prHourlyLimit": 10, + "minimumReleaseAge": "7 days", "automerge": true, "packageRules": [ { diff --git a/test/utils.test.ts b/test/utils.test.ts index 62966b1..0411450 100644 --- a/test/utils.test.ts +++ b/test/utils.test.ts @@ -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, @@ -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, @@ -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, @@ -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, @@ -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,