Skip to content

Commit

Permalink
Change to require Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 6, 2023
1 parent e719bf4 commit 252453a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/retext-dutch/readme.md
Expand Up @@ -128,8 +128,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `retext-dutch@^4`,
compatible with Node.js 12.
This means we try to keep the current release line, `retext-dutch@^5`,
compatible with Node.js 16.

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions packages/retext-english/readme.md
Expand Up @@ -133,8 +133,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `retext-english@^4`,
compatible with Node.js 12.
This means we try to keep the current release line, `retext-english@^5`,
compatible with Node.js 16.

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions packages/retext-latin/readme.md
Expand Up @@ -134,8 +134,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `retext-latin@^3`,
compatible with Node.js 12.
This means we try to keep the current release line, `retext-latin@^4`,
compatible with Node.js 16.

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions packages/retext-stringify/readme.md
Expand Up @@ -128,8 +128,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `retext-stringify@^3`,
compatible with Node.js 12.
This means we try to keep the current release line, `retext-stringify@^4`,
compatible with Node.js 16.

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions packages/retext/readme.md
Expand Up @@ -124,8 +124,8 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, `retext@^8`, compatible
with Node.js 12.
This means we try to keep the current release line, `retext@^9`, compatible
with Node.js 16.

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -205,7 +205,7 @@ versions of Node.js.

When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line compatible with Node.js 12.
This means we try to keep the current release line compatible with Node.js 16.

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Expand Up @@ -5,10 +5,10 @@
"declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2020"],
"lib": ["es2022"],
"module": "node16",
"strict": true,
"target": "es2020"
"target": "es2022"
},
"exclude": ["**/coverage/", "**/node_modules/"],
"include": [
Expand Down

0 comments on commit 252453a

Please sign in to comment.