From 53554fdfb1b38c848b38d9aba0abdc08c56a7667 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:54:22 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/static-documentation.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 3abdf849..e6d919e7 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js v20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: yarn registry-url: https://registry.yarnpkg.com/ - name: Install Dependencies diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 841305d4..5bfc12c5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js v20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: yarn registry-url: https://registry.yarnpkg.com/ - name: Install Dependencies @@ -37,7 +37,7 @@ jobs: - name: Use Node.js v20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: yarn registry-url: https://registry.yarnpkg.com/ - name: Install Dependencies diff --git a/.github/workflows/static-documentation.yml b/.github/workflows/static-documentation.yml index 40dbbf0e..cf49a478 100644 --- a/.github/workflows/static-documentation.yml +++ b/.github/workflows/static-documentation.yml @@ -29,7 +29,7 @@ jobs: - name: Use Node.js v20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: yarn registry-url: https://registry.yarnpkg.com/ - name: Install Dependencies