From e7b96346a0886c6955038ea032a9735013762190 Mon Sep 17 00:00:00 2001
From: admin <admin@Sonar.lan>
Date: Sun, 16 Jun 2024 15:38:56 +0200
Subject: [PATCH] ci: update pipe

---
 .github/workflows/static.yml | 2 +-
 README.md                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index 71d5a6a..ce46b81 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -36,7 +36,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v1
         with:
-          node-version: 16
+          node-version: 18
       - name: Build project
         run: corepack enable && npx yarn && npx yarn build
       - name: Upload artifact
diff --git a/README.md b/README.md
index 4888f8f..7368766 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 
 To run or contribute to this project, you need to have the following installed:
 
-- Node.js (v14 or higher)
+- Node.js (v18 or higher)
 - Yarn (v4.0.2 or higher)
 
 ### Installation