We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938309a commit d76a2fbCopy full SHA for d76a2fb
1 file changed
.github/workflows/deploy.yml
@@ -19,12 +19,12 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout your repository using git
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
- name: Install, build, and upload your site
24
uses: withastro/action@v4
25
- # with:
+ with:
26
+ node-version: 24
27
# path: . # リポジトリ内のAstroプロジェクトのルートロケーション。(オプション)
- # node-version: 18 # サイト構築に使用するNodeのバージョン。デフォルトは18です。(オプション)
28
# package-manager: pnpm@latest # 依存関係のインストールとサイトのビルドに使用する Node パッケージマネージャ。ロックファイルに基づいて自動的に検出されます。(オプション)
29
30
deploy:
0 commit comments