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 8bd1eff commit 39e3e57Copy full SHA for 39e3e57
1 file changed
.github/workflows/stable-sync.yml
@@ -45,12 +45,16 @@ jobs:
45
if: ${{ inputs.repo-type == 'extension' }}
46
uses: actions/setup-node@v4
47
with:
48
- node-version: '16.9.0'
+ node-version: '22.15'
49
50
- name: Prepare Yarn
51
52
run: corepack prepare yarn@4.5.1 --activate
53
54
+ - name: Prepare Yarn - Enable corepack
55
+ if: ${{ inputs.repo-type == 'extension' }}
56
+ run: corepack
57
+
58
- name: Check if PR exists
59
id: check-pr
60
uses: actions/github-script@v7
0 commit comments