diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddf074..c8018ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ env: DOTNET_VERSION: "10.0.x" DOTNET_NOLOGO: "true" DOTNET_CLI_TELEMETRY_OPTOUT: "true" + # Run JavaScript actions (e.g. actions/upload-artifact@v4) on Node.js 24 ahead of + # GitHub forcing it on 2026-06-16, silencing the Node.js 20 deprecation warning. + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" jobs: core-tests: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3745598..dddd695 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,9 @@ env: DOTNET_NOLOGO: "true" DOTNET_CLI_TELEMETRY_OPTOUT: "true" PACK_ID: "Snipdeck" + # Run JavaScript actions (e.g. actions/upload-artifact@v4) on Node.js 24 ahead of + # GitHub forcing it on 2026-06-16, silencing the Node.js 20 deprecation warning. + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" PACK_AUTHORS: "Stuart Meeks" PACK_TITLE: "Snipdeck"