From 959f97029779cc3466d1edf02192f668fb16fb9e Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 28 May 2025 11:52:22 +0000 Subject: [PATCH] chore: update Node.js version to 20 --- .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 93195e3a..06e533ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - run: yarn @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - run: yarn diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9d0647c1..c4099237 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - run: yarn