Skip to content

Commit 046a2b4

Browse files
fix: engines in package.json (#43)
1 parent ba0405d commit 046a2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
node-version: [20.x, 22.x, 24.x]
17+
node-version: [18.x, 20.x, 22.x, 24.x]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
}
7070
},
7171
"engines": {
72-
"node": ">= 20.18.0"
72+
"node": ">= 18.20.0"
7373
},
7474
"repository": {
7575
"type": "git",

0 commit comments

Comments
 (0)