Goooler 2025-08-21 14:56:45 +08:00
parent 915d841dae
commit d613c20ef3
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: npm
- run: npm ci
- run: npm run build

View File

@ -94,7 +94,7 @@ outputs:
pull-request-branch:
description: 'The pull request branch name'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
branding:
icon: 'git-pull-request'