From 1ef90c1371acf2482e340d3ce6e8fc6536d55a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:23:41 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/GHPages.yml | 2 +- .github/workflows/NodeCI.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 11623110..a9b06d67 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x - name: Install Packages run: yarn - name: Build docs diff --git a/.github/workflows/NodeCI.yml b/.github/workflows/NodeCI.yml index 5173b523..071f3014 100644 --- a/.github/workflows/NodeCI.yml +++ b/.github/workflows/NodeCI.yml @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 22.x - name: Install Target Packages run: |+ yarn add -D eslint@6 --ignore-engines @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 22.x - name: Install Target Packages run: |+ yarn add -D eslint@7 --ignore-engines