From 2c9df5b94d31ecf5fe0fb7c456d33ca320636c28 Mon Sep 17 00:00:00 2001 From: The Wyrd One Date: Sat, 18 Apr 2026 11:55:51 -0400 Subject: [PATCH] fix: silence warning with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true --- .github/workflows/release-please.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 637aec7..2f975ed 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,6 +12,8 @@ permissions: jobs: release-please: runs-on: ubuntu-latest + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true outputs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }}