Skip to content

Commit

Permalink
Use Node 21 on asset build
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 20, 2024
1 parent 68cfe83 commit a4a512c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/compile-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ jobs:
uses: laravel/.github/.github/workflows/compile-assets.yml@main
with:
cmd: build
node: "21"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://packagist.org/packages/laravel/horizon"><img src="https://img.shields.io/packagist/l/laravel/horizon" alt="License"></a>
</p>

## Introduction test
## Introduction

Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.

Expand Down

0 comments on commit a4a512c

Please sign in to comment.