Skip to content

Commit d76a2fb

Browse files
committed
Upgrade and tweak GitHub Actions workflow
1 parent 938309a commit d76a2fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v4
25-
# with:
25+
with:
26+
node-version: 24
2627
# path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
27-
# node-version: 18 # サイト構築に使用するNodeのバージョン。デフォルトは18です。(オプション)
2828
# package-manager: pnpm@latest # 依存関係のインストールとサイトのビルドに使用する Node パッケージマネージャ。ロックファイルに基づいて自動的に検出されます。(オプション)
2929

3030
deploy:

0 commit comments

Comments
 (0)