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
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: yarn

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: yarn

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: yarn
cache-dependency-path: yarn.lock
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: yarn
cache-dependency-path: yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@actions/github": "6.0.1",
"@octokit/types": "14.1.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "24.0.14",
"@types/node": "24.10.9",
"@vercel/ncc": "0.38.3",
"@vitest/coverage-v8": "3.2.4",
"prettier": "3.6.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -839,12 +839,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:24.0.14":
version: 24.0.14
resolution: "@types/node@npm:24.0.14"
"@types/node@npm:24.10.9":
version: 24.10.9
resolution: "@types/node@npm:24.10.9"
dependencies:
undici-types: "npm:~7.8.0"
checksum: 10c0/536b5a816554ad1522e9e0c1d517b317f8478798bd76a332d83690aa42b19b5b263eb295ee25f9d0badb430ee6e36412ee9070cb5e3359f6bdcf7e08f94302f1
undici-types: "npm:~7.16.0"
checksum: 10c0/e9e436fcd2136bddb1bbe3271a89f4653910bcf6ee8047c4117f544c7905a106c039e2720ee48f28505ef2560e22fb9ead719f28bf5e075fdde0c1120e38e3b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -1478,7 +1478,7 @@ __metadata:
"@octokit/plugin-throttling": "npm:11.0.1"
"@octokit/types": "npm:14.1.0"
"@total-typescript/ts-reset": "npm:0.6.1"
"@types/node": "npm:24.0.14"
"@types/node": "npm:24.10.9"
"@vercel/ncc": "npm:0.38.3"
"@vitest/coverage-v8": "npm:3.2.4"
prettier: "npm:3.6.2"
Expand Down Expand Up @@ -2391,10 +2391,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~7.8.0":
version: 7.8.0
resolution: "undici-types@npm:7.8.0"
checksum: 10c0/9d9d246d1dc32f318d46116efe3cfca5a72d4f16828febc1918d94e58f6ffcf39c158aa28bf5b4fc52f410446bc7858f35151367bd7a49f21746cab6497b709b
"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 10c0/3033e2f2b5c9f1504bdc5934646cb54e37ecaca0f9249c983f7b1fc2e87c6d18399ebb05dc7fd5419e02b2e915f734d872a65da2e3eeed1813951c427d33cc9a
languageName: node
linkType: hard

Expand Down
Loading