Add environment variable for Node.js version
Set environment variable to force Node.js version 24 for actions.
This commit is contained in:
3
.github/workflows/on-file-change.yml
vendored
3
.github/workflows/on-file-change.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
paths:
|
||||
- 'py/pytudes.py'
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||
|
||||
jobs:
|
||||
build-and-update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user