Skip to content

Commit 78b144f

Browse files
committed
Force Node 24 for JS actions in CI
Opt into Node 24 ahead of the June 2026 runner default so transitively-invoked github-script steps stop emitting the Node 20 deprecation warning.
1 parent 12d1ff2 commit 78b144f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
TAG_PREFIX: emazzotta/lighthouse-badges
1111
BUN_VERSION: 1.3.12
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1213

1314
permissions:
1415
id-token: write

0 commit comments

Comments
 (0)