Skip to content

Commit

Permalink
chore: update dependency textlint-scripts to v13 (#309)
Browse files Browse the repository at this point in the history
* chore: update dependency textlint-scripts to v13

* テスト用workflowの実行nodeバージョンを14→16に変更

* ステップの名称を変更

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ibulog <[email protected]>
  • Loading branch information
renovate[bot] and ibulog authored May 15, 2023
1 parent cfcedcb commit 252ed75
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 216 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup NodeJS 14
- name: Setup NodeJS 16
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"standard-version": "^9.3.2",
"textlint-scripts": "^12.2.1",
"textlint-tester": "^13.3.2",
"textlint-scripts": "^13.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 252ed75

Please sign in to comment.