Skip to content

Commit c87e805

Browse files
chore: drop Node.js 18 (#5674)
1 parent ac0338c commit c87e805

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
node-version: ["18", "20", "22"]
24+
node-version: ["20", "22", "24"]
2525
fail-fast: false
2626
steps:
2727
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest]
42-
node-version: ["18", "20", "22"]
42+
node-version: ["20", "22", "24"]
4343
fail-fast: false
4444
env:
4545
comment_file: ".tmp-comment-flamegraph-node${{ matrix.node-version }}.md"

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, windows-latest, macos-latest]
30-
node-version: ["18", "20", "22"]
30+
node-version: ["20", "22", "24"]
3131
fail-fast: false
3232
steps:
3333
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"typescript": "^5.3.2"
9191
},
9292
"engines": {
93-
"node": ">=18"
93+
"node": ">=20.19.0"
9494
}
9595
}

0 commit comments

Comments
 (0)