Skip to content

Commit bc010d2

Browse files
committed
chore: enable Node 24 for JavaScript actions in build workflow
1 parent f056df1 commit bc010d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
jobs:
1111
build:
12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1214
name: Build on ${{ matrix.os }}
1315
runs-on: ${{ matrix.os }}
1416
strategy:

0 commit comments

Comments
 (0)