diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f780027..9f89115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,4 +7,5 @@ jobs: - uses: yanhao98/composite-actions/setup-node-pnpm-install@main - run: | node --version - pnpm --version \ No newline at end of file + pnpm --version + date \ No newline at end of file