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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user