Skip to content

Commit

Permalink
Merge pull request #1255 from utelecon/202411-node-22
Browse files Browse the repository at this point in the history
node@22
  • Loading branch information
jtamatsukuri authored Nov 13, 2024
2 parents 19eae41 + 7fcac87 commit 5ece725
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Setup node_modules Cache
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Setup node_modules Cache
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ uteleconは,オンライン授業やWeb会議に関する情報をワンスト

## Preview

[Node.js](https://nodejs.org) が必要です.v20の最新版(LTS)をインストールしてください.
[Node.js](https://nodejs.org) が必要です.v22の最新版(LTS)をインストールしてください.

- レポジトリをクローンしたら,まず`npm install`を実行します.
- プレビューを開始するには,`npm run dev`を実行します.`^C`で終了します.
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@types/hast": "3.0.4",
"@types/mdast": "4.0.4",
"@types/node": "^20.14.15",
"@types/node": "^22.8.7",
"@types/unist": "3.0.2",
"typescript": "^5.5.4"
}
Expand Down

0 comments on commit 5ece725

Please sign in to comment.