Add environment variable for Node.js version

Set environment variable to force Node.js version 24 for actions.
This commit is contained in:
Peter Norvig
2026-06-11 12:36:26 -07:00
committed by GitHub
parent 10e2880c9b
commit 2d8286014f

View File

@@ -5,6 +5,9 @@ on:
paths: paths:
- 'py/pytudes.py' - 'py/pytudes.py'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs: jobs:
build-and-update: build-and-update:
runs-on: ubuntu-latest runs-on: ubuntu-latest