Skip to content

Commit 771548f

Browse files
committed
Add support for Node 24. Remove support for Node 16.
1 parent d5a5e59 commit 771548f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
asan:
1111
strategy:
1212
matrix:
13-
version: [16, 18, 20, 22, 23]
13+
version: [18, 20, 22, 24]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
2323
valgrind:
2424
strategy:
2525
matrix:
26-
version: [16, 18, 20, 22, 23]
26+
version: [18, 20, 22, 24]
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v3

.gitlab/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ benchmarks:
3232
- ./steps/run-benchmarks.sh
3333
parallel:
3434
matrix:
35-
- MAJOR_NODE_VERSION: 16
3635
- MAJOR_NODE_VERSION: 18
3736
- MAJOR_NODE_VERSION: 20
3837
- MAJOR_NODE_VERSION: 22
38+
- MAJOR_NODE_VERSION: 24
3939
artifacts:
4040
name: "reports"
4141
paths:

0 commit comments

Comments
 (0)