Skip to content

Commit 58dec36

Browse files
ci: opt into Node.js 24 for GitHub Actions (deprecation fix)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bd6b6ff commit 58dec36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [main]
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
build:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)