From ef0a91ca5955e936f0dae9f1aa681283890a8e09 Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 27 Dec 2024 00:37:12 +0200 Subject: [PATCH] update dependencies Signed-off-by: Arhell --- .github/workflows/documentation.yml | 2 +- .github/workflows/image.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cae58b2d198..951a9326547 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" cache: "yarn" - name: Test Build run: | diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index eadb8c0365e..a3f02ca110b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" cache: "yarn" - name: Build Static Files env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 247f896243c..91308df9d68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" cache: "yarn" - name: Build Static Files env: