File tree 6 files changed +17
-14
lines changed
6 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Node
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : 20
18
+ node-version : 22
19
19
- run : npm install
20
20
- run : npm run build
21
21
- name : Deploy
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
name : Link Check
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Setup Node.js
18
- uses : actions/setup-node@v3
18
+ uses : actions/setup-node@v4
19
19
with :
20
- node-version : 18
20
+ node-version : 22
21
21
- run : npm ci
22
22
- run : npm run textlint-sarif
23
23
- name : Upload SARIF file
Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- node-version : [20 ]
17
+ node-version : [22 ]
18
18
os : [macOS-latest, windows-latest, ubuntu-latest]
19
19
name : " Build on Node.js: ${{ matrix.node-version }} OS: ${{ matrix.os }}"
20
20
steps :
29
29
runs-on : ubuntu-latest
30
30
strategy :
31
31
matrix :
32
- node-version : [20, 22.5.1 ]
32
+ node-version : [20, 22]
33
33
name : " Test on Node.js ${{ matrix.node-version }}"
34
34
steps :
35
35
- uses : actions/checkout@v4
47
47
- name : Setup Node.js
48
48
uses : actions/setup-node@v4
49
49
with :
50
- node-version : 20
50
+ node-version : 22
51
51
- run : npm ci
52
52
- run : npm run e2e
Original file line number Diff line number Diff line change 1
- v22.4.1
1
+ v22.7.0
Original file line number Diff line number Diff line change @@ -77,13 +77,16 @@ IssueやPull Requestについては、次のページを参照してください
77
77
78
78
## Installation
79
79
80
- npm install
80
+ # corepackを有効化
81
+ corepack enable
82
+ # インストール
83
+ npm ci
81
84
82
- Node.js v22.4.1以上とnpm 10.8.2以上が必要です 。
85
+ 開発は次のバージョンのNode.jsとnpmで行われています 。
83
86
84
87
```
85
88
$ node -v
86
- v22.4.1
89
+ v22.7.0
87
90
$ npm -v
88
91
10.8.2
89
92
```
Original file line number Diff line number Diff line change 19
19
" sandpack"
20
20
],
21
21
"variables" : {
22
- "esversion" : " 2023 " ,
23
- "nodeversion" : " 20.11.1 " ,
24
- "npmversion" : " 10.2.4 " ,
22
+ "esversion" : " 2024 " ,
23
+ "nodeversion" : " 22.7.0 " ,
24
+ "npmversion" : " 10.8.2 " ,
25
25
"triplebackticks" : " ```" ,
26
26
"console" : " <a class=\" gitbook-plugin-js-console\" aria-hidden=\" true\" ></a>"
27
27
},
You can’t perform that action at this time.
0 commit comments