Skip to content

Commit 04e45ba

Browse files
chore(deps): update dependency node to v24.13.0 (#705)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7826d6 commit 04e45ba

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: 24.12.0
16+
node-version: 24.13.0
1717
cache: npm
1818
- run: npm ci
1919
- run: npm run build

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: 24.12.0
16+
node-version: 24.13.0
1717
cache: npm
1818
- run: npm ci
1919
- run: npm run format:check

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: 24.12.0
16+
node-version: 24.13.0
1717
cache: npm
1818
- run: npm ci
1919
- run: npm run lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.12.0
18+
node-version: 24.13.0
1919
cache: npm
2020
- run: npm ci
2121
- run: npm run build

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: 24.12.0
19+
node-version: 24.13.0
2020
cache: npm
2121

2222
- name: Install Renovate CLI

0 commit comments

Comments
 (0)