File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v4
32
32
- uses : actions/setup-node@v4
33
33
with :
34
- node-version : " 20.12.2 "
34
+ node-version : " 20.16.0 "
35
35
- run : yarn install
36
36
- run : yarn run lint
37
37
41
41
strategy :
42
42
matrix :
43
43
node :
44
- - " 18.12 .0"
45
- - " 18.19.0 "
46
- - " 20.11 .0"
44
+ - " 18.18 .0"
45
+ - " 18.20.4 "
46
+ - " 20.16 .0"
47
47
needs :
48
48
- check_test_execution_conditions
49
49
steps :
63
63
- uses : actions/checkout@v4
64
64
- uses : actions/setup-node@v4
65
65
with :
66
- node-version : " 20.12.2 "
66
+ node-version : " 20.16.0 "
67
67
- run : yarn install
68
68
- run : yarn run build
69
69
env :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Qiita の Markdown 記法については[Markdown 記法 チートシート](htt
21
21
22
22
### 1. 事前準備
23
23
24
- Qiita CLI を使うには ` Node.js 18.12 .0 ` 以上が必要です。
24
+ Qiita CLI を使うには ` Node.js 18.18 .0 ` 以上が必要です。
25
25
Node.js をはじめて使う場合はインストールする必要があります。
26
26
27
27
### 2. Qiita CLI をインストールする
Original file line number Diff line number Diff line change 85
85
},
86
86
"packageManager" : " yarn@1.22.19" ,
87
87
"engines" : {
88
- "node" : " >=18.12 .0"
88
+ "node" : " >=18.18 .0"
89
89
},
90
90
"lint-staged" : {
91
91
"*.{js,ts,tsx}" : [
You can’t perform that action at this time.
0 commit comments