From 593e4225994012243226948ad4d1d69a0196a6bf Mon Sep 17 00:00:00 2001 From: ilbrando Date: Wed, 4 Dec 2024 16:21:56 +0100 Subject: [PATCH] Downgrading node to version 20 in pipelines --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d695f4..4abf7e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-node@v3 with: - node-version: 22 + node-version: 20 - name: Rush install run: node common/scripts/install-run-rush.js install - name: Rush rebuild diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e871f7..a2fd5c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: email: "release@ilbrando.dk" - uses: actions/setup-node@v3 with: - node-version: 22 + node-version: 20 - name: Rush install run: node common/scripts/install-run-rush.js install - name: Rush rebuild