Skip to content

Commit 8d12b82

Browse files
chore(deps): update dependency node to v24.14.1 (#445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e89ebd1 commit 8d12b82

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/sync_to_crowdin/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v6
1616
with:
17-
node-version: "24.14.0"
17+
node-version: "24.14.1"
1818
registry-url: "https://registry.npmjs.org"
1919

2020
- name: Install pnpm

.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: "24.14.0"
23+
node-version: "24.14.1"
2424
registry-url: "https://registry.npmjs.org"
2525

2626
- uses: pnpm/action-setup@v5

.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: "24.14.0"
62+
node-version: "24.14.1"
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: "24.14.0"
37+
node-version: "24.14.1"
3838
registry-url: "https://registry.npmjs.org"
3939

4040
- uses: pnpm/action-setup@v5

.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: 24.14.0
21+
node-version: 24.14.1
2222

2323
- name: Install dependencies
2424
run: pnpm install

0 commit comments

Comments
 (0)