From fa7a89f29743c029ccecee900032acb6a8a7ce3c Mon Sep 17 00:00:00 2001 From: Kevin Cole Date: Sun, 2 Aug 2026 21:44:27 -0400 Subject: [PATCH] Force GitHub to use the version of Node.js that it wants to use --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01f620a..62c7dd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,8 @@ on: jobs: test: runs-on: ubuntu-latest + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true strategy: fail-fast: false matrix: