Skip to content

Commit af1d1b1

Browse files
authored
fix(repo): revert node 24 upgrade (#771)
1 parent 1356729 commit af1d1b1

309 files changed

Lines changed: 183855 additions & 57027 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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [main]
66
paths:
77
- 'src/**'
8-
- 'dist/**'
9-
- 'package.json'
108

119
jobs:
1210
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: 'node24'
175-
main: 'dist/main.js'
174+
using: 'node20'
175+
main: 'dist/index.js'
176176
branding:
177177
icon: user-check
178178
color: purple

bun.lock

Lines changed: 3 additions & 0 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: 234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)