added node version

This commit is contained in:
松浦 知也 Matsuura Tomoya 2024-12-12 16:00:57 +09:00
parent d09cbf8ad6
commit 820cea9bbf

View File

@ -13,6 +13,7 @@ jobs:
- name: Install apt packages
run: apt update && apt install -y rsync
- uses: actions/setup-node@v4
node-version: 23
- uses: actions/checkout@v4
with:
fetch-depth: 0