diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ad335fd..e5e22a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,6 +21,9 @@ jobs: with: node-version: '20' + - name: Set timezone to Tokyo + run: sudo timedatectl set-timezone Asia/Tokyo + - name: Install dependencies run: npm install