Commit 4ac4dcc7 authored by Sparkf's avatar Sparkf 🏙️ Committed by GitHub
Browse files

Set Timezone

parent fd7bdcee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@ jobs:
      with:
        fetch-depth: 0
        
    - uses: szenius/set-timezone@v1.0
      with:
        timezoneLinux: "Asia/Shanghai"
        
    - name: Check Time
      run: date
        
    - uses: actions/setup-node@v2
      with:
        node-version: '14'