mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- run: pnpm install
|
|
||||||
|
|
||||||
- name: Setup timezone
|
- name: Setup timezone
|
||||||
uses: szenius/set-timezone@v2.0
|
uses: szenius/set-timezone@v2.0
|
||||||
with:
|
with:
|
||||||
timezoneLinux: Asia/Shanghai
|
timezoneLinux: Asia/Shanghai
|
||||||
|
|
||||||
|
- run: pnpm install
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pnpm run test:cov
|
run: pnpm run test:cov
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user