diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 004eb95..df9e2db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,4 +4,7 @@ jobs: another-job: runs-on: ubuntu-latest steps: - - uses: yanhao98/composite-actions@main \ No newline at end of file + - uses: yanhao98/composite-actions@main + - run: | + node --version + pnpm --version \ No newline at end of file