feat!: bump node engine requirement >=20.5.0 (#1789)

This commit is contained in:
エリス 2025-03-19 10:15:25 +09:00 committed by GitHub
parent ff11f659f0
commit 7ab18487cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x, 20.x, 22.x] node-version: [20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
steps: steps:

2
package-lock.json generated
View File

@ -33,7 +33,7 @@
"tmp": "^0.2.3" "tmp": "^0.2.3"
}, },
"engines": { "engines": {
"node": ">=16.13.0" "node": ">=20.5.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {

View File

@ -48,7 +48,7 @@
"tmp": "^0.2.3" "tmp": "^0.2.3"
}, },
"engines": { "engines": {
"node": ">=16.13.0" "node": ">=20.5.0"
}, },
"nyc": { "nyc": {
"include": [ "include": [