Skip to content

Commit b029067

Browse files
chore(devdeps): update dependency node to v24.15.0 (#3213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8639133 commit b029067

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/changesets-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Use Node.js
3131
uses: actions/setup-node@v6.3.0
3232
with:
33-
node-version: 24.14.1
33+
node-version: 24.15.0
3434
check-latest: true
3535
cache: 'pnpm'
3636
- run: pnpm install

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Use Node.js
3737
uses: actions/setup-node@v6.3.0
3838
with:
39-
node-version: 24.14.1
39+
node-version: 24.15.0
4040
check-latest: true
4141
cache: 'pnpm'
4242
- run: pnpm install
@@ -54,7 +54,7 @@ jobs:
5454
- uses: pnpm/action-setup@v6.0.1
5555
- uses: actions/setup-node@v6.3.0
5656
with:
57-
node-version: 24.14.1
57+
node-version: 24.15.0
5858
check-latest: true
5959
cache: 'pnpm'
6060
- name: lint

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v6.3.0
1515
with:
16-
node-version: 24.14.1
16+
node-version: 24.15.0
1717
check-latest: true
1818
cache: 'pnpm'
1919
- run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js
3636
uses: actions/setup-node@v6.3.0
3737
with:
38-
node-version: 24.14.1
38+
node-version: 24.15.0
3939
cache: 'pnpm'
4040
- run: pnpm install
4141
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)