Skip to content

Commit 628f09f

Browse files
authored
Sort keys of matrix json on update (#723)
1 parent 436200a commit 628f09f

File tree

4 files changed

+253
-302
lines changed

4 files changed

+253
-302
lines changed

.github/workflows/update.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@v2
6060

61-
- name: Auto-update JSON
61+
- name: Setup Node.js
62+
uses: actions/setup-node@v3
63+
with:
64+
node-version: 18.x
65+
66+
- name: Auto-update Matrix JSON
6267
run: |
6368
./tools/updateJson.ps1
69+
6470
- name: Create Pull Request
6571
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
6672
id: cpr

0 commit comments

Comments
 (0)