We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 474df95 + 1df8793 commit b559472Copy full SHA for b559472
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: [ 18, 20 ]
+ node-version: [ 18, 20, 22 ]
10
steps:
11
- name: checkout
12
uses: actions/checkout@v4
package.json
@@ -8,6 +8,7 @@
"email": "azuciao@gmail.com",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-jtf-style",
"license": "MIT",
+ "type": "commonjs",
"bugs": {
13
"url": "https://github.com/textlint-ja/textlint-rule-preset-jtf-style/issues"
14
},
0 commit comments