Skip to content

Commit

Permalink
textlintのバージョン #1645
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Apr 25, 2024
1 parent 57ff0b9 commit 811fbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/textlint.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 811fbbb

Please sign in to comment.