Skip to content

Commit d81aeba

Browse files
petrsvihlikclaude
andcommitted
Opt into Node.js 24 for GitHub Actions runners
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6f54792 commit d81aeba

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches: [ master ]
1010

11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13+
1114
jobs:
1215
build:
1316

.github/workflows/lighthouse.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [ gh-pages ]
66

7+
env:
8+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
9+
710
jobs:
811
lighthouse:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)