Skip to content

Commit 97f2ae3

Browse files
execsumoclaude
andauthored
Opt into Node.js 24 for GitHub Actions to fix deprecation warning (#6)
https://claude.ai/code/session_01Wzv6BF7QPVDaQgraKn42FK Co-authored-by: Claude <noreply@anthropic.com>
1 parent b252206 commit 97f2ae3

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
tags: ['v*']
77
pull_request:
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
build-and-test:
1114
runs-on: macos-15

0 commit comments

Comments
 (0)