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