feat!: remove Node 18 support
This is a breaking change Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
parent
beac7356a7
commit
1acb36e449
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x, 22.x, 24.x]
|
||||
node-version: [20.x, 22.x, 24.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"webpack-cli": "^4.10.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18 <=24"
|
||||
"node": ">=20 <=24"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
|
|
@ -160,6 +160,6 @@
|
|||
},
|
||||
"types": "./dist/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=18 <=24"
|
||||
"node": ">=20 <=24"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue