Skip to content

Commit

Permalink
node20にしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrrrr committed Nov 13, 2024
1 parent f758310 commit bee50ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v1
with:
path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
node-version: 18 # サイト構築に使用するNodeのバージョン。デフォルトは18です。(オプション)
#path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
node-version: 20 # サイト構築に使用するNodeのバージョン。デフォルトは18です。(オプション)
package-manager: pnpm@latest # 依存関係のインストールとサイトのビルドに使用する Node パッケージマネージャ。ロックファイルに基づいて自動的に検出されます。(オプション)

deploy:
Expand Down

0 comments on commit bee50ac

Please sign in to comment.