Skip to content

Commit de9c817

Browse files
committed
docs: Remove Node.js version requirement and fix yarn link
1 parent 3649255 commit de9c817

20 files changed

Lines changed: 38 additions & 38 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"vitest": "4.0.16"
3434
},
3535
"engines": {
36-
"node": ">= 21.0"
36+
"node": ">= 18.0"
3737
},
3838
"license": "GPL-3.0",
3939
"name": "node-packages",

packages/api-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A simple API client using fetch ([Node.js](https://nodejs.org/api/globals.html#f
44

55
## Prerequisites
66

7-
- [Node.js](https://nodejs.org) >= 14
8-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
7+
- [Node.js](https://nodejs.org)
8+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
99

1010
## Installation
1111

packages/auto-merge/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Automatically merge (and optionally approve) all GitHub PRs which match a specif
44

55
## Prerequisites
66

7-
- [Node.js](https://nodejs.org) >= 14
8-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
7+
- [Node.js](https://nodejs.org)
8+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
99

1010
## Installation
1111

packages/crates-updater/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Check your [Rust packages](https://crates.io) for updates.
44

55
## Prerequisites
66

7-
- [Node.js](https://nodejs.org) >= 14
8-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
7+
- [Node.js](https://nodejs.org)
8+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
99

1010
## Installation
1111

packages/double-linked-list/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ A linked list in which every element knows about its predecessor and its success
1212

1313
## Prerequisites
1414

15-
- [Node.js](https://nodejs.org) >= 14
16-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
15+
- [Node.js](https://nodejs.org)
16+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
1717

1818
## Installation
1919

packages/electron-icon-generator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Based on https://github.com/jaretburkett/electron-icon-maker.
44

55
## Prerequisites
66

7-
- [Node.js](https://nodejs.org) >= 14
8-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
7+
- [Node.js](https://nodejs.org)
8+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
99

1010
## Installation
1111

packages/electron-info/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Get useful data about Electron releases. Uses [electron-releases](https://github
66

77
## Prerequisites
88

9-
- [Node.js](https://nodejs.org) >= 14
10-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
9+
- [Node.js](https://nodejs.org)
10+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
1111

1212
## Installation
1313

packages/gh-open/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Open a GitHub repository in your browser.
44

55
## Prerequisites
66

7-
- [Node.js](https://nodejs.org) >= 14
8-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
7+
- [Node.js](https://nodejs.org)
8+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
99

1010
## Installation
1111

packages/https-proxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A simple HTTPS proxy for Node.js with authentication support.
44

55
## Prerequisites
66

7-
- [Node.js](https://nodejs.org) >= 14
8-
- npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
7+
- [Node.js](https://nodejs.org)
8+
- npm (preinstalled) or [yarn](https://yarnpkg.com)
99

1010
## Installation
1111

packages/mastodon-bot-yearprogress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently deployed to [@year_progress@botsin.space](https://botsin.space/@year_p
1111
## Prerequisites
1212

1313
- [Node.js](https://nodejs.org) >= 18.0
14-
- [yarn](https://classic.yarnpkg.com)
14+
- [yarn](https://yarnpkg.com)
1515

1616
## Installation
1717

0 commit comments

Comments
 (0)