Skip to content

Commit d5a0f2a

Browse files
danadajianclaude
andauthored
feat(repo): upgrade to node 24 (#768)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent afaf8ff commit d5a0f2a

309 files changed

Lines changed: 57027 additions & 183855 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/set-commit-status.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
paths:
77
- 'src/**'
8+
- 'dist/**'
9+
- 'package.json'
810

911
jobs:
1012
test:

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ outputs:
171171
output:
172172
description: 'The output of the helper'
173173
runs:
174-
using: 'node20'
175-
main: 'dist/index.js'
174+
using: 'node24'
175+
main: 'dist/src/main.js'
176176
branding:
177177
icon: user-check
178178
color: purple

bun.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/0.index.js

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)