Skip to content

Commit bbd6e14

Browse files
committed
Update Node.js version to 24.x
1 parent 6f39b31 commit bbd6e14

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-safari.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [22.x, 23.x]
14+
node-version: [24.x, 25.x]
1515

1616
steps:
1717
- uses: actions/checkout@v5

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [chrome, firefox]
15-
node-version: [22.x, 23.x]
15+
node-version: [24.x, 25.x]
1616

1717
steps:
1818
- uses: actions/checkout@v5

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [23.x]
18+
node-version: [24.x]
1919

2020
steps:
2121
- uses: actions/checkout@v5

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-node@v5
2020
with:
21-
node-version: "22.x"
21+
node-version: "24.x"
2222
- name: Install Packages
2323
run: npm install
2424
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [22.x, 23.x]
14+
node-version: [24.x, 25.x]
1515

1616
steps:
1717
- uses: actions/checkout@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Want to use for the German language? Take a look these great articles!
6060

6161
### Preparation
6262

63-
Use [Node.js](https://nodejs.org/en/download/) 22+.
63+
Use [Node.js](https://nodejs.org/en/download/) 24+.
6464

6565
```sh
6666
npm install

0 commit comments

Comments
 (0)