Skip to content

Commit 05b5e0c

Browse files
renovate-botBoxBoxJason
authored andcommitted
chore(deps): update dependency node to v24
1 parent 985d549 commit 05b5e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: "22"
26+
node-version: "24"
2727
cache: "npm"
2828

2929
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: "22"
20+
node-version: "24"
2121
cache: "npm"
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)