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