Skip to content

Commit 507d6b3

Browse files
authored
BREAKING: Drop Node.js v18 (EOL), add v24 (#78)
1 parent b09b1fa commit 507d6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: ['18.x', '20.x', '22.x']
13+
node-version: ['20.x', '22.x', '24.x']
1414
steps:
1515
- name: Check out repository
1616
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"release-it": "^19.0.1"
5858
},
5959
"engines": {
60-
"node": ">=18"
60+
"node": ">=20"
6161
},
6262
"publishConfig": {
6363
"access": "public"

0 commit comments

Comments
 (0)