Skip to content

Commit 120b94e

Browse files
chore!: minimum supported Node.js version is 18.12.0
1 parent ee0007e commit 120b94e

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.github/workflows/nodejs.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,9 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, windows-latest, macos-latest]
63-
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
63+
node-version: [18.x, 20.x, 22.x, 23.x]
6464
eslint-version: [8.x, 9.x]
6565
webpack-version: [latest]
66-
exclude:
67-
- node-version: 14.x
68-
os: macos-latest
69-
- node-version: 14.x
70-
eslint-version: 9.x
71-
- node-version: 16.x
72-
eslint-version: 9.x
7366

7467
runs-on: ${{ matrix.os }}
7568

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "dist/index.js",
1515
"types": "types/index.d.ts",
1616
"engines": {
17-
"node": ">= 14.15.0"
17+
"node": ">= 18.12.0"
1818
},
1919
"scripts": {
2020
"start": "npm run build -- -w",

0 commit comments

Comments
 (0)