Skip to content

Commit 4d7e4b5

Browse files
danadajianclaude
andauthored
fix(repo): node 24 upgrade on more time (#772)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent af1d1b1 commit 4d7e4b5

310 files changed

Lines changed: 57028 additions & 183856 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/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)