Skip to content

Commit

Permalink
Set timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsun committed Oct 22, 2024
1 parent 8f654c9 commit 7b8a63a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b8a63a

Please sign in to comment.