Skip to content

Commit 0bf9d82

Browse files
Fix auto-update extension (#1345)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent da0c087 commit 0bf9d82

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-extensions.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
pull-requests: write
1515
strategy:
1616
matrix:
17-
branch: [main, 'v/24.3', 'v/24.2', 'v/24.1', api]
17+
strategy:
18+
fail-fast: false
19+
matrix:
20+
branch: [main, 'v/*', shared]
1821

1922
steps:
2023
- uses: aws-actions/configure-aws-credentials@v4
@@ -37,7 +40,7 @@ jobs:
3740
- name: Set up Node.js
3841
uses: actions/setup-node@v4
3942
with:
40-
node-version: '18'
43+
node-version: '20'
4144

4245
- name: Install dependencies
4346
run: npm install

0 commit comments

Comments
 (0)