Skip to content

Commit

Permalink
fix!: require Node 18
Browse files Browse the repository at this point in the history
Fixes #180
  • Loading branch information
harlan-zw committed Mar 1, 2024
1 parent 851f39a commit f1d7c0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npx unlighthouse --site <your-site>
pnpm dlx unlighthouse --site <your-site>
```

_Requirements: Node >= 14.x, Node 16.x or higher recommended._
_Requirements: Node >= 18.x._

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions docs/content/1.guide/1.getting-started/0.unlighthouse-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Using the CLI is the quickest way to get familiar with Unlighthouse

## Setup

_Requirements: Node 14.x or higher, Node 16.x recommended._
_Requirements: Node 18.x or higher._

Using npx:

Expand All @@ -14,7 +14,7 @@ npx unlighthouse --site <your-site>
# OR pnpm dlx unlighthouse --site <your-site>
```

By default Unlighthouse will attempt to use your system Chrome / Chromium install.
By default, Unlighthouse will attempt to use your system Chrome / Chromium install.
If these are missing, a Chromium binary will be installed on your system.

To learn more about the CLI and the arguments, head over to [CLI Integration](/integrations/cli).
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defineOgImageComponent('NuxtSeo', {
</h2>
<div class="max-w-[40rem] mx-auto">
<p class="mb-7 text-gray-700 dark:text-gray-300 mt-4 max-w-3xl text-center text-xl lg:text-left">
Run the command below in your terminal. It will scan your site and generate a report.
Run the command below in your terminal. It will scan your site and generate a report. <span class="text-sm opacity-70">Requires Node >= 18</span>
</p>
<div class="flex items-center space-x-10">
<!-- we need to style this div like a nice terminal bash using tailwind -->
Expand Down

0 comments on commit f1d7c0b

Please sign in to comment.