We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e4695 commit e9b5414Copy full SHA for e9b5414
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v5
23
- uses: actions/setup-node@v4
24
with:
25
- node-version: 20.x
+ node-version: 24.x
26
cache: npm
27
- run: npm ci
28
- run: npm run build
action.yml
@@ -94,7 +94,7 @@ outputs:
94
pull-request-branch:
95
description: 'The pull request branch name'
96
runs:
97
- using: 'node20'
+ using: 'node24'
98
main: 'dist/index.js'
99
branding:
100
icon: 'git-pull-request'
0 commit comments