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

- name: Enable corepack and activate yarn
run: corepack enable && corepack prepare yarn --activate
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24

- name: Enable corepack and activate yarn
run: corepack enable && corepack prepare yarn --activate
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24

- name: Enable corepack and activate yarn
run: corepack enable && corepack prepare yarn --activate
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24

- name: Enable corepack and activate yarn
run: corepack enable && corepack prepare yarn --activate
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@biomejs/biome": "^1.9.4",
"@types/cli-progress": "^3.11.6",
"@types/got": "^9.6.12",
"@types/node": "^22.13.10",
"@types/node": "^24.0.0",
"@types/semver": "^7.5.8",
"@types/signale": "^1.4.7",
"@types/temp": "^0.9.4",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -953,12 +953,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.13.10":
version: 22.18.12
resolution: "@types/node@npm:22.18.12"
"@types/node@npm:^24.0.0":
version: 24.13.3
resolution: "@types/node@npm:24.13.3"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/13a4638f2baba3efba2b8bc369dd6f950dccbfca78f318f9c9f2c7adc11fce14fc119723c38567dada2d57a873c092b7356c024924d5974a08f3c1f93dc706c6
undici-types: "npm:~7.18.0"
checksum: 10c0/a5bc08f49b9581dcdca90e02cd77197a3c799840807664942e5cd5161a553d4d2ae8064f7e3294410d748d7d098b5c1848be7fa50c06f29c4193ab16be4e59eb
languageName: node
linkType: hard

Expand Down Expand Up @@ -1218,7 +1218,7 @@ __metadata:
"@inquirer/prompts": "npm:^7.3.3"
"@types/cli-progress": "npm:^3.11.6"
"@types/got": "npm:^9.6.12"
"@types/node": "npm:^22.13.10"
"@types/node": "npm:^24.0.0"
"@types/semver": "npm:^7.5.8"
"@types/signale": "npm:^1.4.7"
"@types/temp": "npm:^0.9.4"
Expand Down Expand Up @@ -3568,20 +3568,20 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
languageName: node
linkType: hard

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

"undici-types@npm:~7.18.0":
version: 7.18.2
resolution: "undici-types@npm:7.18.2"
checksum: 10c0/85a79189113a238959d7a647368e4f7c5559c3a404ebdb8fc4488145ce9426fcd82252a844a302798dfc0e37e6fb178ff481ed03bc4caf634c5757d9ef43521d
languageName: node
linkType: hard

"unicorn-magic@npm:^0.1.0":
version: 0.1.0
resolution: "unicorn-magic@npm:0.1.0"
Expand Down
Loading