Skip to content

Commit c1fb504

Browse files
committed
Use correct env var syntax.
1 parent 30dc55f commit c1fb504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Test
33
on: push
44

55
env:
6-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true
6+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
77

88
jobs:
99
build-and-test:

0 commit comments

Comments
 (0)