Skip to content

Commit 9554984

Browse files
committed
Silence warnings on outdated Node from some GitHub actions
1 parent 97beab5 commit 9554984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ env:
5454
PKG_CONFIG_ALLOW_CROSS: 1
5555
# Deny warnings.
5656
RUSTFLAGS: -D warnings
57+
# Opt into using Node 24 to get rid of a whole bunch of warnings from Node 20
58+
# being used by some actions.
59+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5760

5861
jobs:
5962
build:

0 commit comments

Comments
 (0)