Skip to content

Commit 39e3e57

Browse files
committed
chore: test
1 parent 8bd1eff commit 39e3e57

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/stable-sync.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,16 @@ jobs:
4545
if: ${{ inputs.repo-type == 'extension' }}
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: '16.9.0'
48+
node-version: '22.15'
4949

5050
- name: Prepare Yarn
5151
if: ${{ inputs.repo-type == 'extension' }}
5252
run: corepack prepare yarn@4.5.1 --activate
5353

54+
- name: Prepare Yarn - Enable corepack
55+
if: ${{ inputs.repo-type == 'extension' }}
56+
run: corepack
57+
5458
- name: Check if PR exists
5559
id: check-pr
5660
uses: actions/github-script@v7

0 commit comments

Comments
 (0)