Skip to content

Commit b559472

Browse files
authored
Merge pull request #144 from textlint-ja/fix-node22
CI: add Node.js 22
2 parents 474df95 + 1df8793 commit b559472

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [ 18, 20 ]
9+
node-version: [ 18, 20, 22 ]
1010
steps:
1111
- name: checkout
1212
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"email": "azuciao@gmail.com",
99
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-jtf-style",
1010
"license": "MIT",
11+
"type": "commonjs",
1112
"bugs": {
1213
"url": "https://github.com/textlint-ja/textlint-rule-preset-jtf-style/issues"
1314
},

0 commit comments

Comments
 (0)