From 59e26178ee4e0e745745d328fd415ec77618a830 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:20:19 +0200 Subject: [PATCH] Update publish-nym-binaries.yml --- .github/workflows/publish-nym-binaries.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-nym-binaries.yml b/.github/workflows/publish-nym-binaries.yml index 073d083344..45585cf7d0 100644 --- a/.github/workflows/publish-nym-binaries.yml +++ b/.github/workflows/publish-nym-binaries.yml @@ -75,6 +75,11 @@ jobs: target/release/nym-node retention-days: 30 + - name: Use Node.js 18 + uses: actions/setup-node@v3 + with: + node-version: '18' + - id: create-release name: Upload to release based on tag name uses: softprops/action-gh-release@v2