Skip to content

Commit 8cc3ed8

Browse files
committed
chore: update to node 24
1 parent 75ba55f commit 8cc3ed8

File tree

5 files changed

+104
-211
lines changed

5 files changed

+104
-211
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Prepare
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: "npm"
2121
- name: Install
2222
run: npm ci

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Prepare
2020
uses: actions/setup-node@v5
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
cache: "npm"
2424
- name: Install
2525
run: npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Official documentation repository of [evcc](https://evcc.io).
1111

1212
First clone the repository, then follow with the following steps.
1313

14-
**Requirement:** You need to have [`nodejs`](https://nodejs.org/en/) (version >= 22) and `npm` installed (comes with `nodejs`).
14+
**Requirement:** You need to have [`nodejs`](https://nodejs.org/en/) (version >= 24) and `npm` installed (comes with `nodejs`).
1515

1616
### Installation
1717

0 commit comments

Comments
 (0)