Skip to content

Commit 1e7958b

Browse files
massongitazu
andauthored
CI test: Node.js 22対応 (#166)
* CI test: テストするNode.jsを現行のものにする * actions/setup-nodeのパラメータ修正 * Create proud-lions-tease.md --------- Co-authored-by: azu <[email protected]>
1 parent 957ffd7 commit 1e7958b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/proud-lions-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"textlint-rule-preset-ja-technical-writing": patch
3+
---
4+
5+
Node.js 16のサポートを終了しました

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node_version: [ 16, 18, 20 ]
11+
node_version: [ 18, 20, 22 ]
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515
- name: setup Node.js ${{ matrix.node_version }}
1616
uses: actions/setup-node@v4
1717
with:
18-
node_version: ${{ matrix.node_version }}
18+
node-version: ${{ matrix.node_version }}
1919
- name: Install
2020
run: yarn install
2121
- name: Test

0 commit comments

Comments
 (0)