Skip to content

Commit f505a4f

Browse files
authored
feat: Remove Node 18 support; add Node 24 support (#476)
BREAKING CHANGE: Removes Node 18 support; add Node 24 support.
1 parent 73c1c0c commit f505a4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
strategy:
2626
matrix:
2727
include:
28-
- name: Node.js 18
29-
NODE_VERSION: 18
3028
- name: Node.js 20
3129
NODE_VERSION: 20
3230
- name: Node.js 22
3331
NODE_VERSION: 22
32+
- name: Node.js 24
33+
NODE_VERSION: 24
3434
fail-fast: false
3535
name: ${{ matrix.name }}
3636
timeout-minutes: 15

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"semantic-release": "25.0.2"
4848
},
4949
"engines": {
50-
"node": "18 || 20 || 22"
50+
"node": "20 || 22 || 24"
5151
}
5252
}

0 commit comments

Comments
 (0)