Skip to content

Commit 35d9ee9

Browse files
committed
expand engines to include node 18
1 parent 6d7ac34 commit 35d9ee9

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
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
node-version: [22.x, 24.x]
21+
node-version: [18.x, 20.x, 22.x, 24.x]
2222
platform:
2323
- os: ubuntu-latest
2424
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
4040
},
4141
"engines": {
42-
"node": "20 || >=22"
42+
"node": "18 || 20 || >=22"
4343
},
4444
"devDependencies": {
4545
"@types/node": "^24.0.0",

0 commit comments

Comments
 (0)