From 197f365aafd6a01c123a64d3de3e1919000720b7 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sun, 16 Jun 2024 12:28:36 +0800 Subject: [PATCH] f --- .github/workflows/nodejs.yml | 2 +- CHANGELOG.md | 4 ++-- README.md | 21 ++++++++++++++++++++- package.json | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 003b101..d876c2e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,6 +12,6 @@ jobs: uses: node-modules/github-actions/.github/workflows/node-test.yml@master with: os: 'ubuntu-latest' - version: '18.7.0, 18, 20, 22' + version: '18.19.0, 18, 20, 22' secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9159bd4..d118bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,10 @@ ### ⚠ BREAKING CHANGES -* drop Node.js < 18.7.0 support +* drop Node.js < 18.19.0 support - Drop generator function support -- Drop Node.js < 18.7.0 support +- Drop Node.js < 18.19.0 support diff --git a/README.md b/README.md index bc089ad..717870c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Router core component for [Egg.js](https://github.com/eggjs). - [Tests](#tests) - [Breaking changes on v3](#breaking-changes-on-v3) - [License](#license) + - [Contributors](#contributors) @@ -450,8 +451,26 @@ Run tests using `npm test`. ## Breaking changes on v3 - Drop generator function support -- Drop Node.js < 18.7.0 support +- Drop Node.js < 18.19.0 support ## License [MIT](LICENSE) + + + +## Contributors + +|[
alexmingoia](https://github.com/alexmingoia)
|[
jbielick](https://github.com/jbielick)
|[
dead-horse](https://github.com/dead-horse)
|[
fengmk2](https://github.com/fengmk2)
|[
wachunei](https://github.com/wachunei)
|[
dominicbarnes](https://github.com/dominicbarnes)
| +| :---: | :---: | :---: | :---: | :---: | :---: | +|[
tj](https://github.com/tj)
|[
aheckmann](https://github.com/aheckmann)
|[
kilianc](https://github.com/kilianc)
|[
secretfader](https://github.com/secretfader)
|[
ilkkao](https://github.com/ilkkao)
|[
HeavenDuke](https://github.com/HeavenDuke)
| +|[
XadillaX](https://github.com/XadillaX)
|[
yiminghe](https://github.com/yiminghe)
|[
semantic-release-bot](https://github.com/semantic-release-bot)
|[
vkhv](https://github.com/vkhv)
|[
vikramdurai](https://github.com/vikramdurai)
|[
Tankenstein](https://github.com/Tankenstein)
| +|[
richardprior](https://github.com/richardprior)
|[
joesonw](https://github.com/joesonw)
|[
ifroz](https://github.com/ifroz)
|[
jeynish](https://github.com/jeynish)
|[
jergason](https://github.com/jergason)
|[
atian25](https://github.com/atian25)
| +|[
lagden](https://github.com/lagden)
|[
fixe](https://github.com/fixe)
|[
viliam-jobko](https://github.com/viliam-jobko)
|[
mzyy94](https://github.com/mzyy94)
|[
jeromew](https://github.com/jeromew)
|[
killagu](https://github.com/killagu)
| +|[
RobertHerhold](https://github.com/RobertHerhold)
|[
yudppp](https://github.com/yudppp)
|[
thedark1337](https://github.com/thedark1337)
|[
x-cold](https://github.com/x-cold)
|[
zzuieliyaoli](https://github.com/zzuieliyaoli)
|[
ryankask](https://github.com/ryankask)
| +|[
pschwyter](https://github.com/pschwyter)
|[
mikefrey](https://github.com/mikefrey)
|[
dizlexik](https://github.com/dizlexik)
|[
jeffijoe](https://github.com/jeffijoe)
|[
iliakan](https://github.com/iliakan)
|[
frederickfogerty](https://github.com/frederickfogerty)
| +[
t3chnoboy](https://github.com/t3chnoboy)
|[
bitinn](https://github.com/bitinn)
|[
drGrove](https://github.com/drGrove)
|[
CreativeCactus](https://github.com/CreativeCactus)
|[
bguiz](https://github.com/bguiz)
+ +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Jun 16 2024 12:28:11 GMT+0800`. + + diff --git a/package.json b/package.json index e40cb7d..a08f5b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eggjs/router", "version": "3.0.1", "engines": { - "node": ">= 18.7.0" + "node": ">= 18.19.0" }, "publishConfig": { "access": "public"