Skip to content

Commit e14e477

Browse files
authored
feat!: bump @electron/github-app-auth to v3 and run action on node24 (#99)
BREAKING CHANGE: This action now runs on node24 and uses @electron/github-app-auth v3
1 parent 41ec560 commit e14e477

6 files changed

Lines changed: 6336 additions & 11023 deletions

File tree

.github/linters/.eslintrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ extends:
3333
- plugin:github/recommended
3434
- plugin:vitest/legacy-recommended
3535

36+
settings:
37+
import/resolver:
38+
typescript: true
39+
3640
rules:
3741
{
3842
'camelcase': 'off',

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ outputs:
3030
description: 'GitHub installation access token'
3131

3232
runs:
33-
using: node20
33+
using: node24
3434
main: dist/index.js
3535
post: dist/post.js

0 commit comments

Comments
 (0)