Skip to content

Commit aaa9bac

Browse files
authored
fix: backport workflow (#1872)
1 parent 2e0ab54 commit aaa9bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
- name: Setup Node.js
5656
uses: actions/setup-node@v4
5757
with:
58-
node-version: '18'
58+
node-version: '22'
5959
cache: 'npm'
6060

6161
- name: Install dependencies
6262
run: npm ci
6363

6464
- name: Run backport command
6565
run: |
66-
npm run backport --version ${{ steps.extract_version.outputs.version }} --since main
66+
npm run backport -- --version ${{ steps.extract_version.outputs.version }} --since main
6767
6868
- name: Check for changes
6969
id: check_changes

0 commit comments

Comments
 (0)