feat!: remove node 16 (#610)

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2025-04-03 12:04:46 -04:00 committed by GitHub
parent c07afa9b77
commit 3ff6fdd3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x, 20.x, 22.x] node-version: [18.x, 20.x, 22.x]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

2
package-lock.json generated
View File

@ -55,7 +55,7 @@
"webpack-cli": "^4.10.0" "webpack-cli": "^4.10.0"
}, },
"engines": { "engines": {
"node": ">=16 <=20" "node": ">=18 <=22"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

View File

@ -160,6 +160,6 @@
}, },
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"engines": { "engines": {
"node": ">=16 <=22" "node": ">=18 <=22"
} }
} }