From f76fc071a997ab035b01ac717c6b0e558b072ea5 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Sun, 10 Dec 2023 19:50:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69bb1110c..ddd911171 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - - name: ♻️ Use Node.js 20.x + - name: ♻️ Use Node.js 18.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 18.18.x - name: 📥 Monorepo install uses: ./.github/actions/yarn-nm-install