Skip to content

Commit c2519e1

Browse files
neverinfamousChris & Mike
andauthored
chore: quote node 24 forces flag and document usage (#86)
Co-authored-by: Chris & Mike <mike@adamic.ai>
1 parent f9b53c9 commit c2519e1

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches: [main]
66

77
env:
8-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
8+
# Force JavaScript-based GitHub Actions in this workflow to run on Node 24.
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
910

1011
permissions:
1112
contents: write

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
env:
1010
REGISTRY: docker.io
1111
IMAGE_NAME: writenotenow/do-manager
12-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
12+
# Force JavaScript-based GitHub Actions in this workflow to run on Node 24.
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
1314

1415
permissions:
1516
contents: read

.github/workflows/secrets-scanning.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches: [main]
88

99
env:
10-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
10+
# Force JavaScript-based GitHub Actions in this workflow to run on Node 24.
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
1112

1213
permissions:
1314
contents: read

0 commit comments

Comments
 (0)