From cbc67ad68b5edb4b3b5868f622e5380b0fa050a7 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:17:56 +0900 Subject: [PATCH 1/3] =?UTF-8?q?CI=20test:=20=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=81=99=E3=82=8BNode.js=E3=82=92=E7=8F=BE=E8=A1=8C=E3=81=AE?= =?UTF-8?q?=E3=82=82=E3=81=AE=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cb0185..500788e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node_version: [ 16, 18, 20 ] + node_version: [ 18, 20, 22 ] steps: - name: checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 From 4704009b7c9193c6e8bb4e2fb7cc1eb4460eaab9 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:19:53 +0900 Subject: [PATCH 2/3] =?UTF-8?q?actions/setup-node=E3=81=AE=E3=83=91?= =?UTF-8?q?=E3=83=A9=E3=83=A1=E3=83=BC=E3=82=BF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 500788e..c22bde8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: setup Node.js ${{ matrix.node_version }} uses: actions/setup-node@v4 with: - node_version: ${{ matrix.node_version }} + node-version: ${{ matrix.node_version }} - name: Install run: yarn install - name: Test From 6d9a69c8c87099003aca1de0b2ed6818787200aa Mon Sep 17 00:00:00 2001 From: azu Date: Thu, 12 Dec 2024 12:54:40 +0900 Subject: [PATCH 3/3] Create proud-lions-tease.md --- .changeset/proud-lions-tease.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/proud-lions-tease.md diff --git a/.changeset/proud-lions-tease.md b/.changeset/proud-lions-tease.md new file mode 100644 index 0000000..ec92bf0 --- /dev/null +++ b/.changeset/proud-lions-tease.md @@ -0,0 +1,5 @@ +--- +"textlint-rule-preset-ja-technical-writing": patch +--- + +Node.js 16のサポートを終了しました