From 34daa2be0632b899402f64552ff8920cd8190b01 Mon Sep 17 00:00:00 2001 From: Patrick Erichsen Date: Sun, 26 Apr 2026 19:25:15 -0700 Subject: [PATCH] Opt actions into Node 24 runtime --- .github/workflows/check.yml | 3 +++ .github/workflows/update-openclaw-sdk.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7c1fce5..9464e47 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,6 +10,9 @@ on: permissions: contents: read +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: check: runs-on: ubuntu-latest diff --git a/.github/workflows/update-openclaw-sdk.yml b/.github/workflows/update-openclaw-sdk.yml index fa3833b..1f5c010 100644 --- a/.github/workflows/update-openclaw-sdk.yml +++ b/.github/workflows/update-openclaw-sdk.yml @@ -9,6 +9,9 @@ permissions: contents: write pull-requests: write +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: update: runs-on: ubuntu-latest