Skip to content

Commit c3ae478

Browse files
authored
Sort matrix before using it for stability (#23)
1 parent 5e14c1f commit c3ae478

4 files changed

Lines changed: 45 additions & 26 deletions

File tree

pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"es-main": "^1.3.0",
1818
"execa": "^8.0.1",
1919
"minimist": "^1.2.8",
20-
"ora": "^8.0.1"
20+
"ora": "^8.0.1",
21+
"sort-keys": "^5.0.0"
2122
},
2223
"scripts": {
2324
"build": "tsc",

0 commit comments

Comments
 (0)