diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c6a63b2..57146db7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: - os: windows-2019 target: win node: 20 - - os: macos-12 + - os: macos-13 target: macos node: 20 - os: ubuntu-20.04 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8eabbc00..ed8d5d52 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -67,7 +67,7 @@ jobs: - os: ubuntu-latest executable: bright-cli-linux-x64 node: 20 - - os: macos-12 + - os: macos-13 executable: bright-cli-macos-x64 node: 20 - os: macos-latest diff --git a/README.md b/README.md index c2cbe20e..bdb0cc58 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ The NPM allows you to install the Bright Command Line Interface (CLI) on your ma ## 🔎 Table of Contents -- [Quick Start](#🚀-quick-start) -- [Full Documentation](#📚-full-documentation) -- [License](#📝-license) +- [Quick Start](#-quick-start) +- [Full Documentation](#-full-documentation) +- [License](#-license) ## 🚀 Quick Start @@ -77,6 +77,6 @@ The **Bright CLI** can do so much more! You can find a full guide with the usage ## 📝 License -Copyright © 2023 [Bright Security Inc.](https://brightsec.com/) +Copyright © 2024 [Bright Security Inc.](https://brightsec.com/) This project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details.