Skip to content

Commit 9911771

Browse files
committed
chore(cd): try v8 with proper node
1 parent 1db16f7 commit 9911771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Setup GitHub CLI
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
24+
node-version: '24.x'
2525

2626
- name: Trigger Workflow in Another Repository
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
with:
2929
github-token: ${{ secrets.CLASSIC_PATKA }}
3030
script: |

0 commit comments

Comments
 (0)