Skip to content

Commit

Permalink
chore(repo): Update READMEs with node@18 prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 2, 2023
1 parent bee748b commit b3189e6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This package provides Clerk Backend API resources and low-level authentication u

## How to use

Works on Node >= 16 or on any V8 Isolates runtimes such as Cloudflare Workers.
Works on Node.js `^18.18` (or later) or on any V8 Isolates runtimes (eg Cloudflare Workers).

```sh
npm install @clerk/backend
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use this package you should first create a Clerk application and retrieve a `

### Prerequisites

- Node.js v14+
- Node.js `^18.18` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your Expo
### Prerequisites

- React v16+
- Node.js v14+
- Node.js `^18.18` or later
- An application built using Expo

If an expo app already exists, you can skip this section and go straight to Installation.
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use this plugin you should first create a Clerk application and retrieve a `S

### Prerequisites

- Node.js v14+
- Node.js `^18.18` or later
- Fastify v4+

### Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-clerk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your Gatsb
### Prerequisites

- Gatsby v5+
- Node.js v18+
- Node.js `^18.18` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and profile management to your application in minutes.
### Prerequisites

- Next.js v10+
- Node.js v14+
- Node.js `^18.18` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your React
### Prerequisites

- React v16+
- Node.js v14+
- Node.js `^18.18` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your Remix
### Prerequisites

- Remix `^2.0.0` or later
- Node.js `^18.0.0` or later
- Node.js `^18.18` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ the <a href="https://clerk.com/docs/reference/node/getting-started?utm_source=gi

### Prerequisites

- Node.js v14+
- Node.js `^18.18` or later

## Installation

Expand Down

0 comments on commit b3189e6

Please sign in to comment.