From e73f53acf13d15ce51cd588b6b50813711392afd Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 13 May 2026 14:21:06 +0000 Subject: [PATCH] Opt into Node.js 24 for GitHub Actions to fix deprecation warning https://claude.ai/code/session_01Wzv6BF7QPVDaQgraKn42FK --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a2979c..9273ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: tags: ['v*'] pull_request: +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: build-and-test: runs-on: macos-15