diff --git a/.github/workflows/bot_deps-docs-update.yml b/.github/workflows/bot_deps-docs-update.yml index 8e1f7993..97b9e17d 100644 --- a/.github/workflows/bot_deps-docs-update.yml +++ b/.github/workflows/bot_deps-docs-update.yml @@ -27,7 +27,7 @@ jobs: - name: ➕ Actions - Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '20.x' - name: ➕ Cache dependencies uses: actions/cache@v4 diff --git a/.github/workflows/bot_deps-update.yml b/.github/workflows/bot_deps-update.yml index 521141f1..13fd565b 100644 --- a/.github/workflows/bot_deps-update.yml +++ b/.github/workflows/bot_deps-update.yml @@ -26,7 +26,7 @@ jobs: - name: ➕ Actions - Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '20.x' - name: ➕ Cache dependencies uses: actions/cache@v4 diff --git a/.github/workflows/cd_docs-deploy.yml b/.github/workflows/cd_docs-deploy.yml index fadf8911..3183846b 100644 --- a/.github/workflows/cd_docs-deploy.yml +++ b/.github/workflows/cd_docs-deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Actions - Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '20.x' - name: Cache Dependencies uses: actions/cache@v4 diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 6ef90bf2..3a5a8de3 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -34,7 +34,7 @@ jobs: uses: actions/setup-node@v4 if: ${{ steps.release.outputs.releases_created }} with: - node-version: '22.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - name: ➕ Cache dependencies diff --git a/.github/workflows/ci_coverage-linux.yml b/.github/workflows/ci_coverage-linux.yml index 09e7f453..a62278fa 100644 --- a/.github/workflows/ci_coverage-linux.yml +++ b/.github/workflows/ci_coverage-linux.yml @@ -21,7 +21,7 @@ jobs: - name: ➕ Actions - Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '20.x' - name: ➕ Actions - Setup Bun uses: oven-sh/setup-bun@v1 diff --git a/.github/workflows/ci_coverage-osx.yml b/.github/workflows/ci_coverage-osx.yml index 85fd6d88..c78ee62a 100644 --- a/.github/workflows/ci_coverage-osx.yml +++ b/.github/workflows/ci_coverage-osx.yml @@ -28,7 +28,7 @@ jobs: - name: ➕ Actions - Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '20.x' - name: 📦 Installing Dependencies run: npm ci diff --git a/.github/workflows/ci_coverage-windows.yml b/.github/workflows/ci_coverage-windows.yml index 2206602d..0b8a0cc3 100644 --- a/.github/workflows/ci_coverage-windows.yml +++ b/.github/workflows/ci_coverage-windows.yml @@ -21,7 +21,7 @@ jobs: - name: ➕ Actions - Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '20.x' cache: 'npm' - name: 📦 Installing Dependencies diff --git a/.github/workflows/ci_lint.yml b/.github/workflows/ci_lint.yml index 12db7008..0013aef1 100644 --- a/.github/workflows/ci_lint.yml +++ b/.github/workflows/ci_lint.yml @@ -21,7 +21,7 @@ jobs: - name: ➕ Actions - Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.x' + node-version: '20.x' - name: ➕ Cache dependencies uses: actions/cache@v4