From c7b0d1d43b52200b90a6f796f101c37a48bf1a11 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 28 May 2025 18:30:30 +0500 Subject: [PATCH] Revert "chore: update Node.js version to 20 (#522)" This reverts commit 640d97f18b055cf317be164b60d90660c1bf0961. --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06e533ea..93195e3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '18' - run: yarn @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '18' - run: yarn diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4099237..9d0647c1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '18' - run: yarn