From 811fbbb17ccb42f8a355e1f36a078e137903a39c Mon Sep 17 00:00:00 2001 From: kujirahand Date: Thu, 25 Apr 2024 19:35:31 +0900 Subject: [PATCH] =?UTF-8?q?textlint=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=20#1645?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/textlint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/textlint.yml b/.github/workflows/textlint.yml index 973ee99e..b6197a90 100644 --- a/.github/workflows/textlint.yml +++ b/.github/workflows/textlint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16.x ] + node-version: [ 18.x ] steps: - uses: actions/checkout@v2 @@ -96,7 +96,7 @@ jobs: if: github.event.pull_request.head.repo.full_name == github.repository strategy: matrix: - node-version: [ 16.x ] + node-version: [ 18.x ] steps: - uses: actions/checkout@v2