We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957ffd7 commit 1e7958bCopy full SHA for 1e7958b
.changeset/proud-lions-tease.md
@@ -0,0 +1,5 @@
1
+---
2
+"textlint-rule-preset-ja-technical-writing": patch
3
4
+
5
+Node.js 16のサポートを終了しました
.github/workflows/test.yml
@@ -8,14 +8,14 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node_version: [ 16, 18, 20 ]
+ node_version: [ 18, 20, 22 ]
12
steps:
13
- name: checkout
14
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15
- name: setup Node.js ${{ matrix.node_version }}
16
uses: actions/setup-node@v4
17
with:
18
- node_version: ${{ matrix.node_version }}
+ node-version: ${{ matrix.node_version }}
19
- name: Install
20
run: yarn install
21
- name: Test
0 commit comments