Skip to content

Commit 8bdd7e6

Browse files
chore(deps): update dependency node to v24
1 parent aa38b5b commit 8bdd7e6

File tree

7 files changed

+36
-36
lines changed

7 files changed

+36
-36
lines changed

.github/workflows/build_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: "22"
23+
node-version: "24.12.0"
2424
registry-url: "https://registry.npmjs.org"
2525

2626
- uses: pnpm/action-setup@v4

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node
6060
uses: actions/setup-node@v6
6161
with:
62-
node-version: "22"
62+
node-version: "24.12.0"
6363
registry-url: "https://registry.npmjs.org"
6464

6565
- name: Install pnpm

.github/workflows/build_rolling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v6
3636
with:
37-
node-version: "22"
37+
node-version: "24.12.0"
3838
registry-url: "https://registry.npmjs.org"
3939

4040
- uses: pnpm/action-setup@v4

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: 22
21+
node-version: 24.12.0
2222

2323
- name: Install dependencies
2424
run: pnpm install

.github/workflows/i18n_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: steps.verify-changed-files.outputs.changed == 'true'
8888
uses: actions/setup-node@v6
8989
with:
90-
node-version: "22"
90+
node-version: "24.12.0"
9191
registry-url: "https://registry.npmjs.org"
9292

9393
- name: Install pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/bencode": "^2.0.4",
4141
"@types/crypto-js": "^4.2.2",
4242
"@types/mark.js": "^8.11.12",
43-
"@types/node": "^22.0.0",
43+
"@types/node": "^24.10.4",
4444
"@types/qrcode": "^1.5.6",
4545
"@types/sha256": "^0.2.2",
4646
"@types/streamsaver": "^2.0.5",

pnpm-lock.yaml

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)