Skip to content

Commit f6e2977

Browse files
committed
Fix GitHub CI.
1 parent bf94ee6 commit f6e2977

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.github

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
![Node.js CI](https://github.com/ddebin/yaml-sort/workflows/Node.js%20CI/badge.svg)
2+
![Node.js Package](https://github.com/ddebin/yaml-sort/workflows/Node.js%20Package/badge.svg)
3+
14
# About
25

36
`yaml-sort` is a CLI tool sorting alphabetically [YAML](https://yaml.org/) files.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"tape-spawn": "^1.4.2"
3939
},
4040
"engines": {
41-
"node": ">=8"
41+
"node": ">=10"
4242
}
4343
}

0 commit comments

Comments
 (0)