Skip to content

Commit d323390

Browse files
authored
💥 drop support for node.js 18 (#440)
1 parent 63fc506 commit d323390

7 files changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/_publish-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 24
2020
cache: "npm"
2121

2222
- name: Install Node.js dependencies

.github/workflows/_publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 24
2020
cache: "npm"
2121

2222
- name: Install Node.js dependencies

.github/workflows/_static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
cache: "npm"
2020

2121
- name: Install Node.js dependencies

.github/workflows/_test-integrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "windows-latest"
2727
- "macos-latest"
2828
node-version:
29-
- "18"
29+
- "20"
3030
- "24"
3131
runs-on: ${{ matrix.os }}
3232

@@ -77,7 +77,7 @@ jobs:
7777
- "windows-latest"
7878
- "macos-latest"
7979
node-version:
80-
- "18"
80+
- "20"
8181
- "24"
8282
runs-on: ${{ matrix.os }}
8383

.github/workflows/_test-units.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
os:
1212
- "ubuntu-latest"
1313
node-version:
14-
- "18"
1514
- "20"
1615
- "22"
1716
- "24"
@@ -50,7 +49,6 @@ jobs:
5049
os:
5150
- "ubuntu-latest"
5251
node-version:
53-
- "18"
5452
- "20"
5553
- "22"
5654
- "24"

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"CHANGELOG.md"
2929
],
3030
"engines": {
31-
"node": ">= 18.17"
31+
"node": ">= 20.1"
3232
},
3333
"repository": {
3434
"type": "git",

0 commit comments

Comments
 (0)