Skip to content

Commit d03dff5

Browse files
authored
Add environment variable for JavaScript actions
1 parent 0437e75 commit d03dff5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
build:
2121

2222
runs-on: ubuntu-latest
23-
23+
env:
24+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2425
steps:
2526
- uses: actions/checkout@v4
2627
- name: Set up Python 3.12

0 commit comments

Comments
 (0)