Skip to content

Commit aea6ee7

Browse files
committed
CI: Update Node.js 16>=
1 parent bd3fee8 commit aea6ee7

File tree

3 files changed

+761
-351
lines changed

3 files changed

+761
-351
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node_version: [16, 18]
11+
node_version: [ 16, 18, 20 ]
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@v3

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
],
3333
"dependencies": {
3434
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
35-
"@textlint/module-interop": "^13.0.0",
36-
"textlint-rule-max-ten": "^4.0.2",
37-
"textlint-rule-no-double-negative-ja": "^2.0.0",
38-
"textlint-rule-no-doubled-conjunction": "^2.0.1",
39-
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.1",
40-
"textlint-rule-no-doubled-joshi": "^4.0.0",
35+
"@textlint/module-interop": "^13.3.3",
36+
"textlint-rule-max-ten": "^4.0.4",
37+
"textlint-rule-no-double-negative-ja": "^2.0.1",
38+
"textlint-rule-no-doubled-conjunction": "^2.0.4",
39+
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.5",
40+
"textlint-rule-no-doubled-joshi": "^4.0.3",
4141
"textlint-rule-no-dropping-the-ra": "^3.0.0",
4242
"textlint-rule-no-kangxi-radicals": "^0.2.0",
4343
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
44-
"textlint-rule-no-nfd": "^2.0.0",
44+
"textlint-rule-no-nfd": "^2.0.2",
4545
"textlint-rule-no-zero-width-spaces": "^1.0.1",
4646
"textlint-rule-prh": "^5.2.0",
4747
"textlint-rule-sentence-length": "^4.0.0"
4848
},
4949
"devDependencies": {
50-
"@changesets/cli": "^2.16.0",
51-
"semver": "^7.3.2"
50+
"@changesets/cli": "^2.26.2",
51+
"semver": "^7.5.4"
5252
}
5353
}

0 commit comments

Comments
 (0)