Skip to content

Commit 2f4294d

Browse files
renovate[bot]TotomInc
authored andcommitted
chore(deps): update dependency node to v24
1 parent ebf485a commit 2f4294d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js environment
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 22.x
23+
node-version: 24.x
2424

2525
- name: Install dependencies
2626
run: npm i --no-audit

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: 22.x
32+
node-version: 24.x
3333
registry-url: "https://registry.npmjs.org"
3434

3535
- run: npx changelogithub

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js environment
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121
registry-url: "https://registry.npmjs.org"
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)