Skip to content

Commit e9b5414

Browse files
committed
1 parent 18e4695 commit e9b5414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 20.x
25+
node-version: 24.x
2626
cache: npm
2727
- run: npm ci
2828
- run: npm run build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ outputs:
9494
pull-request-branch:
9595
description: 'The pull request branch name'
9696
runs:
97-
using: 'node20'
97+
using: 'node24'
9898
main: 'dist/index.js'
9999
branding:
100100
icon: 'git-pull-request'

0 commit comments

Comments
 (0)