Skip to content

Commit d1738d3

Browse files
committed
ci: opt-in to Node.js 24 for GitHub Actions
Future-proof CI pipeline for Node.js 24 deprecation
1 parent 43775ac commit d1738d3

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
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14+
env:
15+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16+
1417
jobs:
1518
quality:
1619
name: Code Quality

0 commit comments

Comments
 (0)