From eb91549cbec1ffa8ea6905b8eeaee67aa5baa34c Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 16 Dec 2025 12:45:24 +0100 Subject: [PATCH] chore(ci): Bump node version for the release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b03842bec1..05c68cd59c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v6 with: package-manager-cache: false - node-version: 18 + node-version: 20 cache: 'yarn' cache-dependency-path: yarn.lock - name: Prepare release