Skip to content
Snippets Groups Projects
Unverified Commit 5e6ef55a authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

chore: drop nodejs 18 support (#1414)

parent 9c73f0a5
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x, 23.x]
name: E2E on Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
steps:
......@@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x, 23.x]
name: Test on Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
steps:
......
......@@ -52,6 +52,6 @@
]
},
"engines": {
"node": ">=18"
"node": ">=20.0.0"
}
}
......@@ -95,7 +95,7 @@
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"types": "./dist/type/index.d.ts",
"main": "./dist/cjs/index.js",
......
......@@ -14,7 +14,7 @@
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment