mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
fix: try fix ci timezone error
This commit is contained in:
parent
1c075e70e7
commit
e2f0d09669
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -54,13 +54,13 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- run: pnpm install
|
||||
|
||||
- name: Setup timezone
|
||||
uses: szenius/set-timezone@v2.0
|
||||
with:
|
||||
timezoneLinux: Asia/Shanghai
|
||||
|
||||
- run: pnpm install
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test:cov
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user